#CAB68F

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

Shades of Tan #CAB68F

Tints of Tan #CAB68F

Color information

#CAB68F (or 0xCAB68F) is unknown color: approx Tan. HEX triplet: CA, B6 and 8F. RGB value is (202,182,143). Sum of RGB (Red+Green+Blue) = 202+182+143=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB68F is #354970. Grayscale: #B7B7B7. Windows color (decimal): -3492209 or 9418442. OLE color: 9418442.

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

Color convert

RGB202182143-
CMYK00.100.290.21
HSL39.66º35.76%67.65%-
HSV(B)39.66º29.21%79.22%-
XYZ46.044832.82-
YUV183.53105.13141.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=38.33%
G=34.54%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218214300.100.290.2139.6635.7667.65
HexCAB68F0A1D15282444
Octal31226621701235255044104
Binary1100101010110110100011110101011101101011010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB68F; }

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

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

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

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

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

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

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

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