#CAB050

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

Shades of Sundance #CAB050

Tints of Sundance #CAB050

Color information

#CAB050 (or 0xCAB050) is unknown color: approx Sundance. HEX triplet: CA, B0 and 50. RGB value is (202,176,80). Sum of RGB (Red+Green+Blue) = 202+176+80=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB050 is #354FAF. Grayscale: #ADADAD. Windows color (decimal): -3493808 or 5288138. OLE color: 5288138.

HSL color Cylindrical-coordinate representation of color #CAB050: hue angle of 47.21º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAB050 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20217680-
CMYK00.130.600.21
HSL47.21º53.51%55.29%-
HSV(B)47.21º60.4%79.22%-
XYZ41.3344.1913.94-
YUV172.8375.61148.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=44.10%
G=38.43%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021768000.130.600.2147.2153.5155.29
HexCAB0500D3C152f3637
Octal3122601200157425576667
Binary110010101011000010100000110111110010101101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB050; }

 p { color: rgb(202,176,80); }

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

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

 a { background-color: rgb(202,176,80); }

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

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

 span { border-color: rgb(202,176,80); }

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