#C0AB4B

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

Shades of Sundance #C0AB4B

Tints of Sundance #C0AB4B

Color information

#C0AB4B (or 0xC0AB4B) is unknown color: approx Sundance. HEX triplet: C0, AB and 4B. RGB value is (192,171,75). Sum of RGB (Red+Green+Blue) = 192+171+75=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB4B is #3F54B4. Grayscale: #A6A6A6. Windows color (decimal): -4150453 or 4959168. OLE color: 4959168.

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

Color convert

RGB19217175-
CMYK00.110.610.25
HSL49.23º48.15%52.35%-
HSV(B)49.23º60.94%75.29%-
XYZ37.5740.8412.56-
YUV166.3476.46146.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=43.84%
G=39.04%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921717500.110.610.2549.2348.1552.35
HexC0AB4B0B3D19313034
Octal3002531130137531616064
Binary110000001010101110010110101111110111001110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB4B; }

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

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

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

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

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

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

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

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