#C0A252

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

Shades of Sundance #C0A252

Tints of Sundance #C0A252

Color information

#C0A252 (or 0xC0A252) is unknown color: approx Sundance. HEX triplet: C0, A2 and 52. RGB value is (192,162,82). Sum of RGB (Red+Green+Blue) = 192+162+82=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A252 is #3F5DAD. Grayscale: #A2A2A2. Windows color (decimal): -4152750 or 5415616. OLE color: 5415616.

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

Color convert

RGB19216282-
CMYK00.160.570.25
HSL43.64º46.61%53.73%-
HSV(B)43.64º57.29%75.29%-
XYZ36.1837.6613.34-
YUV161.8582.94149.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=44.04%
G=37.16%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921628200.160.570.2543.6446.6153.73
HexC0A25201039192c2f36
Octal3002421220207131545766
Binary1100000010100010101001001000011100111001101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A252; }

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

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

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

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

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

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

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

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