#C0AB4F

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

Shades of Sundance #C0AB4F

Tints of Sundance #C0AB4F

Color information

#C0AB4F (or 0xC0AB4F) is unknown color: approx Sundance. HEX triplet: C0, AB and 4F. RGB value is (192,171,79). Sum of RGB (Red+Green+Blue) = 192+171+79=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB4F is #3F54B0. Grayscale: #A7A7A7. Windows color (decimal): -4150449 or 5221312. OLE color: 5221312.

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

Color convert

RGB19217179-
CMYK00.110.590.25
HSL48.85º47.28%53.14%-
HSV(B)48.85º58.85%75.29%-
XYZ37.7140.913.3-
YUV166.7978.46145.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 79 (31.25% from 255) = 17.87%
R=43.44%
G=38.69%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921717900.110.590.2548.8547.2853.14
HexC0AB4F0B3B19312f35
Octal3002531170137331615765
Binary110000001010101110011110101111101111001110001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB4F; }

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

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

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

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

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

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

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

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