#CABBA8

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

Shades of Grain Brown #CABBA8

Tints of Grain Brown #CABBA8

Color information

#CABBA8 (or 0xCABBA8) is unknown color: approx Grain Brown. HEX triplet: CA, BB and A8. RGB value is (202,187,168). Sum of RGB (Red+Green+Blue) = 202+187+168=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA8 is #354457. Grayscale: #BDBDBD. Windows color (decimal): -3490904 or 11058122. OLE color: 11058122.

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

Color convert

RGB202187168-
CMYK00.070.170.21
HSL33.53º24.29%72.55%-
HSV(B)33.53º16.83%79.22%-
XYZ49.250.9244.28-
YUV189.32115.97137.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 168 (66.02% from 255) = 30.16%
R=36.27%
G=33.57%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218716800.070.170.2133.5324.2972.55
HexCABBA8071115221849
Octal3122732500721254230111
Binary11001010101110111010100001111000110101100010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBA8; }

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

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

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

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

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

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

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

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