#C0AB52

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

Shades of Sundance #C0AB52

Tints of Sundance #C0AB52

Color information

#C0AB52 (or 0xC0AB52) is unknown color: approx Sundance. HEX triplet: C0, AB and 52. RGB value is (192,171,82). Sum of RGB (Red+Green+Blue) = 192+171+82=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB52 is #3F54AD. Grayscale: #A7A7A7. Windows color (decimal): -4150446 or 5417920. OLE color: 5417920.

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

Color convert

RGB19217182-
CMYK00.110.570.25
HSL48.55º46.61%53.73%-
HSV(B)48.55º57.29%75.29%-
XYZ37.8240.9413.89-
YUV167.1379.96145.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=43.15%
G=38.43%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921718200.110.570.2548.5546.6153.73
HexC0AB520B3919312f36
Octal3002531220137131615766
Binary110000001010101110100100101111100111001110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB52; }

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

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

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

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

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

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

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

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