#CAB18E

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

Shades of Tan #CAB18E

Tints of Tan #CAB18E

Color information

#CAB18E (or 0xCAB18E) is unknown color: approx Tan. HEX triplet: CA, B1 and 8E. RGB value is (202,177,142). Sum of RGB (Red+Green+Blue) = 202+177+142=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB18E is #354E71. Grayscale: #B4B4B4. Windows color (decimal): -3493490 or 9351626. OLE color: 9351626.

HSL color Cylindrical-coordinate representation of color #CAB18E: hue angle of 35º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB18E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202177142-
CMYK00.120.300.21
HSL35º36.14%67.45%-
HSV(B)35º29.7%79.22%-
XYZ44.9645.9532.09-
YUV180.48106.28143.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=38.77%
G=33.97%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217714200.120.300.213536.1467.45
HexCAB18E0C1E15232443
Octal31226121601436254344103
Binary1100101010110001100011100110011110101011000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB18E; }

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

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

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

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

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

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

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

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