#C0A94E

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

Shades of Sundance #C0A94E

Tints of Sundance #C0A94E

Color information

#C0A94E (or 0xC0A94E) is unknown color: approx Sundance. HEX triplet: C0, A9 and 4E. RGB value is (192,169,78). Sum of RGB (Red+Green+Blue) = 192+169+78=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A94E is #3F56B1. Grayscale: #A5A5A5. Windows color (decimal): -4150962 or 5155264. OLE color: 5155264.

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

Color convert

RGB19216978-
CMYK00.120.590.25
HSL47.89º47.5%52.94%-
HSV(B)47.89º59.38%75.29%-
XYZ37.340.1312.99-
YUV165.578.62146.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 78 (30.86% from 255) = 17.77%
R=43.74%
G=38.50%
B=17.77%

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
Decimal1921697800.120.590.2547.8947.552.94
HexC0A94E0C3B19303035
Octal3002511160147331606065
Binary110000001010100110011100110011101111001110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A94E; }

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

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

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

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

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

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

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

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