#CABBAB

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

Shades of Grain Brown #CABBAB

Tints of Grain Brown #CABBAB

Color information

#CABBAB (or 0xCABBAB) is unknown color: approx Grain Brown. HEX triplet: CA, BB and AB. RGB value is (202,187,171). Sum of RGB (Red+Green+Blue) = 202+187+171=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBAB is #354454. Grayscale: #BDBDBD. Windows color (decimal): -3490901 or 11254730. OLE color: 11254730.

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

Color convert

RGB202187171-
CMYK00.070.150.21
HSL30.97º22.63%73.14%-
HSV(B)30.97º15.35%79.22%-
XYZ49.4851.0445.77-
YUV189.66117.47136.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=36.07%
G=33.39%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218717100.070.150.2130.9722.6373.14
HexCABBAB07F151f1749
Octal3122732530717253727111
Binary110010101011101110101011011111111010111111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBAB; }

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

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

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

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

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

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

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

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