#CAB28C

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

Shades of Tan #CAB28C

Tints of Tan #CAB28C

Color information

#CAB28C (or 0xCAB28C) is unknown color: approx Tan. HEX triplet: CA, B2 and 8C. RGB value is (202,178,140). Sum of RGB (Red+Green+Blue) = 202+178+140=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB28C is #354D73. Grayscale: #B5B5B5. Windows color (decimal): -3493236 or 9220810. OLE color: 9220810.

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

Color convert

RGB202178140-
CMYK00.120.310.21
HSL36.77º36.9%67.06%-
HSV(B)36.77º30.69%79.22%-
XYZ45.0146.2931.37-
YUV180.84104.95143.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=38.85%
G=34.23%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217814000.120.310.2136.7736.967.06
HexCAB28C0C1F15252543
Octal31226221401437254545103
Binary1100101010110010100011000110011111101011001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB28C; }

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

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

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

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

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

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

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

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