#CAB153

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

Shades of Sundance #CAB153

Tints of Sundance #CAB153

Color information

#CAB153 (or 0xCAB153) is unknown color: approx Sundance. HEX triplet: CA, B1 and 53. RGB value is (202,177,83). Sum of RGB (Red+Green+Blue) = 202+177+83=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB153 is #354EAC. Grayscale: #AEAEAE. Windows color (decimal): -3493549 or 5485002. OLE color: 5485002.

HSL color Cylindrical-coordinate representation of color #CAB153: hue angle of 47.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAB153 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20217783-
CMYK00.120.590.21
HSL47.39º52.89%55.88%-
HSV(B)47.39º58.91%79.22%-
XYZ41.6444.6314.6-
YUV173.7676.78148.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 83 (32.81% from 255) = 17.97%
R=43.72%
G=38.31%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021778300.120.590.2147.3952.8955.88
HexCAB1530C3B152f3538
Octal3122611230147325576570
Binary110010101011000110100110110011101110101101111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB153; }

 p { color: rgb(202,177,83); }

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

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

 a { background-color: rgb(202,177,83); }

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

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

 span { border-color: rgb(202,177,83); }

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