#CAB08A

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

Shades of Tan #CAB08A

Tints of Tan #CAB08A

Color information

#CAB08A (or 0xCAB08A) is unknown color: approx Tan. HEX triplet: CA, B0 and 8A. RGB value is (202,176,138). Sum of RGB (Red+Green+Blue) = 202+176+138=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB08A is #354F75. Grayscale: #B3B3B3. Windows color (decimal): -3493750 or 9089226. OLE color: 9089226.

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

Color convert

RGB202176138-
CMYK00.130.320.21
HSL35.63º37.65%66.67%-
HSV(B)35.63º31.68%79.22%-
XYZ44.4745.4430.47-
YUV179.44104.61144.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=39.15%
G=34.11%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217613800.130.320.2135.6337.6566.67
HexCAB08A0D2015242643
Octal31226021201540254446103
Binary11001010101100001000101001101100000101011001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB08A; }

 p { color: rgb(202,176,138); }

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

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

 a { background-color: rgb(202,176,138); }

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

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

 span { border-color: rgb(202,176,138); }

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