#CABAAB

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

Shades of Grain Brown #CABAAB

Tints of Grain Brown #CABAAB

Color information

#CABAAB (or 0xCABAAB) is unknown color: approx Grain Brown. HEX triplet: CA, BA and AB. RGB value is (202,186,171). Sum of RGB (Red+Green+Blue) = 202+186+171=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAAB is #354554. Grayscale: #BDBDBD. Windows color (decimal): -3491157 or 11254474. OLE color: 11254474.

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

Color convert

RGB202186171-
CMYK00.080.150.21
HSL29.03º22.63%73.14%-
HSV(B)29.03º15.35%79.22%-
XYZ49.2750.6145.7-
YUV189.07117.8137.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=36.14%
G=33.27%
B=30.59%

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
Decimal20218617100.080.150.2129.0322.6373.14
HexCABAAB08F151d1749
Octal31227225301017253527111
Binary1100101010111010101010110100011111010111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAAB; }

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

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

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

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

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

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

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

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