#CAB18C

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

Shades of Tan #CAB18C

Tints of Tan #CAB18C

Color information

#CAB18C (or 0xCAB18C) is unknown color: approx Tan. HEX triplet: CA, B1 and 8C. RGB value is (202,177,140). Sum of RGB (Red+Green+Blue) = 202+177+140=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB18C is #354E73. Grayscale: #B4B4B4. Windows color (decimal): -3493492 or 9220554. OLE color: 9220554.

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

Color convert

RGB202177140-
CMYK00.120.310.21
HSL35.81º36.9%67.06%-
HSV(B)35.81º30.69%79.22%-
XYZ44.8145.8931.31-
YUV180.26105.28143.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=38.92%
G=34.10%
B=26.97%

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
Decimal20217714000.120.310.2135.8136.967.06
HexCAB18C0C1F15242543
Octal31226121401437254445103
Binary1100101010110001100011000110011111101011001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB18C; }

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

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

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

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

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

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

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

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