#CAB78E

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

Shades of Tan #CAB78E

Tints of Tan #CAB78E

Color information

#CAB78E (or 0xCAB78E) is unknown color: approx Tan. HEX triplet: CA, B7 and 8E. RGB value is (202,183,142). Sum of RGB (Red+Green+Blue) = 202+183+142=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB78E is #354871. Grayscale: #B8B8B8. Windows color (decimal): -3491954 or 9353162. OLE color: 9353162.

HSL color Cylindrical-coordinate representation of color #CAB78E: hue angle of 41º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB78E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202183142-
CMYK00.090.300.21
HSL41º36.14%67.45%-
HSV(B)41º29.7%79.22%-
XYZ46.1748.3832.5-
YUV184.01104.29140.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=38.33%
G=34.72%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218314200.090.300.214136.1467.45
HexCAB78E091E15292443
Octal31226721601136255144103
Binary1100101010110111100011100100111110101011010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB78E; }

 p { color: rgb(202,183,142); }

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

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

 a { background-color: rgb(202,183,142); }

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

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

 span { border-color: rgb(202,183,142); }

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