#CAB388

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

Shades of Tan #CAB388

Tints of Tan #CAB388

Color information

#CAB388 (or 0xCAB388) is unknown color: approx Tan. HEX triplet: CA, B3 and 88. RGB value is (202,179,136). Sum of RGB (Red+Green+Blue) = 202+179+136=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB388 is #354C77. Grayscale: #B5B5B5. Windows color (decimal): -3492984 or 8958922. OLE color: 8958922.

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

Color convert

RGB202179136-
CMYK00.110.330.21
HSL39.09º38.37%66.27%-
HSV(B)39.09º32.67%79.22%-
XYZ44.9246.5729.91-
YUV180.98102.62143-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=39.07%
G=34.62%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217913600.110.330.2139.0938.3766.27
HexCAB3880B2115272642
Octal31226321001341254746102
Binary11001010101100111000100001011100001101011001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB388; }

 p { color: rgb(202,179,136); }

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

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

 a { background-color: rgb(202,179,136); }

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

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

 span { border-color: rgb(202,179,136); }

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