#C0A24C

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

Shades of Sundance #C0A24C

Tints of Sundance #C0A24C

Color information

#C0A24C (or 0xC0A24C) is unknown color: approx Sundance. HEX triplet: C0, A2 and 4C. RGB value is (192,162,76). Sum of RGB (Red+Green+Blue) = 192+162+76=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A24C is #3F5DB3. Grayscale: #A1A1A1. Windows color (decimal): -4152756 or 5022400. OLE color: 5022400.

HSL color Cylindrical-coordinate representation of color #C0A24C: hue angle of 44.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A24C is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19216276-
CMYK00.160.600.25
HSL44.48º47.93%52.55%-
HSV(B)44.48º60.42%75.29%-
XYZ35.9637.5712.19-
YUV161.1779.94149.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 76 (30.08% from 255) = 17.67%
R=44.65%
G=37.67%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921627600.160.600.2544.4847.9352.55
HexC0A24C0103C192c3035
Octal3002421140207431546065
Binary1100000010100010100110001000011110011001101100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A24C; }

 p { color: rgb(192,162,76); }

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

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

 a { background-color: rgb(192,162,76); }

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

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

 span { border-color: rgb(192,162,76); }

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