#CBBBAB

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

Shades of Grain Brown #CBBBAB

Tints of Grain Brown #CBBBAB

Color information

#CBBBAB (or 0xCBBBAB) is unknown color: approx Grain Brown. HEX triplet: CB, BB and AB. RGB value is (203,187,171). Sum of RGB (Red+Green+Blue) = 203+187+171=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBAB is #344454. Grayscale: #BEBEBE. Windows color (decimal): -3425365 or 11254731. OLE color: 11254731.

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

Color convert

RGB203187171-
CMYK00.080.160.20
HSL30º23.53%73.33%-
HSV(B)30º15.76%79.61%-
XYZ49.7551.1845.78-
YUV189.96117.3137.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=36.19%
G=33.33%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318717100.080.160.203023.5373.33
HexCBBBAB0810141e1849
Octal31327325301020243630111
Binary11001011101110111010101101000100001010011110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBAB; }

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

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

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

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

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

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

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

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