#C0A94F

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

Shades of Sundance #C0A94F

Tints of Sundance #C0A94F

Color information

#C0A94F (or 0xC0A94F) is unknown color: approx Sundance. HEX triplet: C0, A9 and 4F. RGB value is (192,169,79). Sum of RGB (Red+Green+Blue) = 192+169+79=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A94F is #3F56B0. Grayscale: #A6A6A6. Windows color (decimal): -4150961 or 5220800. OLE color: 5220800.

HSL color Cylindrical-coordinate representation of color #C0A94F: hue angle of 47.79º 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 #C0A94F is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19216979-
CMYK00.120.590.25
HSL47.79º47.28%53.14%-
HSV(B)47.79º58.85%75.29%-
XYZ37.3440.1513.18-
YUV165.6279.12146.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=43.64%
G=38.41%
B=17.95%

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
Decimal1921697900.120.590.2547.7947.2853.14
HexC0A94F0C3B19302f35
Octal3002511170147331605765
Binary110000001010100110011110110011101111001110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A94F; }

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

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

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

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

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

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

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

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