#C0AB50

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

Shades of Sundance #C0AB50

Tints of Sundance #C0AB50

Color information

#C0AB50 (or 0xC0AB50) is unknown color: approx Sundance. HEX triplet: C0, AB and 50. RGB value is (192,171,80). Sum of RGB (Red+Green+Blue) = 192+171+80=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB50 is #3F54AF. Grayscale: #A7A7A7. Windows color (decimal): -4150448 or 5286848. OLE color: 5286848.

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

Color convert

RGB19217180-
CMYK00.110.580.25
HSL48.75º47.06%53.33%-
HSV(B)48.75º58.33%75.29%-
XYZ37.7540.9113.5-
YUV166.978.96145.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=43.34%
G=38.60%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921718000.110.580.2548.7547.0653.33
HexC0AB500B3A19312f35
Octal3002531200137231615765
Binary110000001010101110100000101111101011001110001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB50; }

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

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

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

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

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

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

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

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