#CAB9AB

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

Shades of Grain Brown #CAB9AB

Tints of Grain Brown #CAB9AB

Color information

#CAB9AB (or 0xCAB9AB) is unknown color: approx Grain Brown. HEX triplet: CA, B9 and AB. RGB value is (202,185,171). Sum of RGB (Red+Green+Blue) = 202+185+171=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9AB is #354654. Grayscale: #BCBCBC. Windows color (decimal): -3491413 or 11254218. OLE color: 11254218.

HSL color Cylindrical-coordinate representation of color #CAB9AB: hue angle of 27.1º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB9AB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202185171-
CMYK00.080.150.21
HSL27.1º22.63%73.14%-
HSV(B)27.1º15.35%79.22%-
XYZ49.0650.1945.63-
YUV188.49118.13137.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=36.20%
G=33.15%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218517100.080.150.2127.122.6373.14
HexCAB9AB08F151b1749
Octal31227125301017253327111
Binary1100101010111001101010110100011111010111011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9AB; }

 p { color: rgb(202,185,171); }

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

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

 a { background-color: rgb(202,185,171); }

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

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

 span { border-color: rgb(202,185,171); }

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