#CAB155

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

Shades of Sundance #CAB155

Tints of Sundance #CAB155

Color information

#CAB155 (or 0xCAB155) is unknown color: approx Sundance. HEX triplet: CA, B1 and 55. RGB value is (202,177,85). Sum of RGB (Red+Green+Blue) = 202+177+85=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB155 is #354EAA. Grayscale: #AEAEAE. Windows color (decimal): -3493547 or 5616074. OLE color: 5616074.

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

Color convert

RGB20217785-
CMYK00.120.580.21
HSL47.18º52.47%56.27%-
HSV(B)47.18º57.92%79.22%-
XYZ41.7244.6615.02-
YUV173.9977.78147.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=43.53%
G=38.15%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021778500.120.580.2147.1852.4756.27
HexCAB1550C3A152f3438
Octal3122611250147225576470
Binary110010101011000110101010110011101010101101111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB155; }

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

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

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

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

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

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

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

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