#CAB28E

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

Shades of Tan #CAB28E

Tints of Tan #CAB28E

Color information

#CAB28E (or 0xCAB28E) is unknown color: approx Tan. HEX triplet: CA, B2 and 8E. RGB value is (202,178,142). Sum of RGB (Red+Green+Blue) = 202+178+142=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB28E is #354D71. Grayscale: #B5B5B5. Windows color (decimal): -3493234 or 9351882. OLE color: 9351882.

HSL color Cylindrical-coordinate representation of color #CAB28E: hue angle of 36º 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 #CAB28E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202178142-
CMYK00.120.300.21
HSL36º36.14%67.45%-
HSV(B)36º29.7%79.22%-
XYZ45.1646.3532.16-
YUV181.07105.95142.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=38.70%
G=34.10%
B=27.20%

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
Decimal20217814200.120.300.213636.1467.45
HexCAB28E0C1E15242443
Octal31226221601436254444103
Binary1100101010110010100011100110011110101011001001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB28E; }

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

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

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

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

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

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

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

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