#C0A64E

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

Shades of Sundance #C0A64E

Tints of Sundance #C0A64E

Color information

#C0A64E (or 0xC0A64E) is unknown color: approx Sundance. HEX triplet: C0, A6 and 4E. RGB value is (192,166,78). Sum of RGB (Red+Green+Blue) = 192+166+78=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A64E is #3F59B1. Grayscale: #A4A4A4. Windows color (decimal): -4151730 or 5154496. OLE color: 5154496.

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

Color convert

RGB19216678-
CMYK00.140.590.25
HSL46.32º47.5%52.94%-
HSV(B)46.32º59.38%75.29%-
XYZ36.7539.0312.8-
YUV163.7479.61148.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=44.04%
G=38.07%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921667800.140.590.2546.3247.552.94
HexC0A64E0E3B192e3035
Octal3002461160167331566065
Binary110000001010011010011100111011101111001101110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A64E; }

 p { color: rgb(192,166,78); }

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

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

 a { background-color: rgb(192,166,78); }

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

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

 span { border-color: rgb(192,166,78); }

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