#CAB187

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

Shades of Tan #CAB187

Tints of Tan #CAB187

Color information

#CAB187 (or 0xCAB187) is unknown color: approx Tan. HEX triplet: CA, B1 and 87. RGB value is (202,177,135). Sum of RGB (Red+Green+Blue) = 202+177+135=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB187 is #354E78. Grayscale: #B3B3B3. Windows color (decimal): -3493497 or 8892874. OLE color: 8892874.

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

Color convert

RGB202177135-
CMYK00.120.330.21
HSL37.61º38.73%66.08%-
HSV(B)37.61º33.17%79.22%-
XYZ44.4545.7529.41-
YUV179.69102.78143.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=39.30%
G=34.44%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217713500.120.330.2137.6138.7366.08
HexCAB1870C2115262742
Octal31226120701441254647102
Binary11001010101100011000011101100100001101011001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB187; }

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

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

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

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

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

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

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

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