Html Css Color HEX #CBB9AB Grain Brown

📋 copy color: '#CBB9AB'

red 203 ◦ green 185 ◦ blue 171

#CBB9AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #CBB9AB

Tints of Grain Brown #CBB9AB

RGB

 RED value IS 203 (79.69% from 255) = 36.31%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 36.31%
G = 33.09%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBB9AB (or 0xCBB9AB) is known color: Grain Brown. HEX triplet: CB, B9 and AB. RGB value is (203,185,171). Sum of RGB (Red+Green+Blue) = 203+185+171=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9AB is #344654. Grayscale: #BCBCBC. Windows color (decimal): -3425877 or 11254219. OLE color: 11254219.

HSL color Cylindrical-coordinate representation of color #CBB9AB: hue angle of 26.25º 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 #CBB9AB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 171 -
CMYK 0 0.09 0.16 0.20
HSL 26.25º 0.24% 0.73% -
HSV(B) 26.25º 0.16% 0.8% -
XYZ 49.33 50.33 45.64 -
YUV 188.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 203 185 171 0 0.09 0.16 0.20 26.25 0.24 0.73
Hex CB B9 AB 0 9 10 14 1A 18 49
Octal 313 271 253 0 11 20 24 32 30 111
Binary 11001011 10111001 10101011 0 1001 10000 10100 11010 11000 1001001

Color Harmonies of #CBB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9AB

Black with #CBB9AB

Text Example


Text Example

White with #CBB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9AB; }

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

 H1.HeaderClassName
 {
   color: #CBB9AB;
 }
 .AnyTagClassName
 {
   color: #CBB9AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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