#C0A84F

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

Shades of Sundance #C0A84F

Tints of Sundance #C0A84F

Color information

#C0A84F (or 0xC0A84F) is unknown color: approx Sundance. HEX triplet: C0, A8 and 4F. RGB value is (192,168,79). Sum of RGB (Red+Green+Blue) = 192+168+79=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A84F is #3F57B0. Grayscale: #A5A5A5. Windows color (decimal): -4151217 or 5220544. OLE color: 5220544.

HSL color Cylindrical-coordinate representation of color #C0A84F: hue angle of 47.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0A84F is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19216879-
CMYK00.120.590.25
HSL47.26º47.28%53.14%-
HSV(B)47.26º58.85%75.29%-
XYZ37.1539.7813.12-
YUV165.0379.45147.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 79 (31.25% from 255) = 18.00%
R=43.74%
G=38.27%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921687900.120.590.2547.2647.2853.14
HexC0A84F0C3B192f2f35
Octal3002501170147331575765
Binary110000001010100010011110110011101111001101111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A84F; }

 p { color: rgb(192,168,79); }

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

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

 a { background-color: rgb(192,168,79); }

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

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

 span { border-color: rgb(192,168,79); }

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