#CABBA9

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

Shades of Grain Brown #CABBA9

Tints of Grain Brown #CABBA9

Color information

#CABBA9 (or 0xCABBA9) is unknown color: approx Grain Brown. HEX triplet: CA, BB and A9. RGB value is (202,187,169). Sum of RGB (Red+Green+Blue) = 202+187+169=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA9 is #354456. Grayscale: #BDBDBD. Windows color (decimal): -3490903 or 11123658. OLE color: 11123658.

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

Color convert

RGB202187169-
CMYK00.070.160.21
HSL32.73º23.74%72.75%-
HSV(B)32.73º16.34%79.22%-
XYZ49.2950.9644.77-
YUV189.43116.47136.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 169 (66.41% from 255) = 30.29%
R=36.20%
G=33.51%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218716900.070.160.2132.7323.7472.75
HexCABBA9071015211849
Octal3122732510720254130111
Binary11001010101110111010100101111000010101100001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBA9; }

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

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

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

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

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

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

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

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