#C3A54B

Color #C3A54B Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C3A54B

Tints of Sundance #C3A54B

Color information

#C3A54B (or 0xC3A54B) is unknown color: approx Sundance. HEX triplet: C3, A5 and 4B. RGB value is (195,165,75). Sum of RGB (Red+Green+Blue) = 195+165+75=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A54B is #3C5AB4. Grayscale: #A4A4A4. Windows color (decimal): -3955381 or 4957635. OLE color: 4957635.

HSL color Cylindrical-coordinate representation of color #C3A54B: hue angle of 45º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3A54B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19516575-
CMYK00.150.620.24
HSL45º50%52.94%-
HSV(B)45º61.54%76.47%-
XYZ37.2339.0212.23-
YUV163.7177.94150.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=44.83%
G=37.93%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951657500.150.620.24455052.94
HexC3A54B0F3E182d3235
Octal3032451130177630556265
Binary110000111010010110010110111111111011000101101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A54B; }

 p { color: rgb(195,165,75); }

 H1.HeaderClassName
 {
   color: #C3A54B;
 }
 .AnyTagClassName
 {
   color: #C3A54B;
 }
</style>
background-color css

<style>
 a { background-color: #C3A54B; }

 a { background-color: rgb(195,165,75); }

 div.DivClassName
 {
   background-color: #C3A54B;
 }
 .BgClassName
 {
   background-color: #C3A54B;
 }
</style>
border-color css

<style>
 span { border-color: #C3A54B; }

 span { border-color: rgb(195,165,75); }

 td.TdClassName
 {
   border-color: #C3A54B;
 }
 .TagClassName
 {
   border-color: #C3A54B;
 }
</style>