#CAB28F

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

Shades of Tan #CAB28F

Tints of Tan #CAB28F

Color information

#CAB28F (or 0xCAB28F) is unknown color: approx Tan. HEX triplet: CA, B2 and 8F. RGB value is (202,178,143). Sum of RGB (Red+Green+Blue) = 202+178+143=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB28F is #354D70. Grayscale: #B5B5B5. Windows color (decimal): -3493233 or 9417418. OLE color: 9417418.

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

Color convert

RGB202178143-
CMYK00.120.290.21
HSL35.59º35.76%67.65%-
HSV(B)35.59º29.21%79.22%-
XYZ45.2446.3832.55-
YUV181.19106.45142.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=38.62%
G=34.03%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217814300.120.290.2135.5935.7667.65
HexCAB28F0C1D15242444
Octal31226221701435254444104
Binary1100101010110010100011110110011101101011001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB28F; }

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

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

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

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

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

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

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

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