Html Css Color HEX #CBBBAB Grain Brown

📋 copy color: '#CBBBAB'

red 203 ◦ green 187 ◦ blue 171

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

Shades of Grain Brown #CBBBAB

Tints of Grain Brown #CBBBAB

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 value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBBBAB (or 0xCBBBAB) is known color: 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

RGB 203 187 171 -
CMYK 0 0.08 0.16 0.20
HSL 30º 0.24% 0.73% -
HSV(B) 30º 0.16% 0.8% -
XYZ 49.75 51.18 45.78 -
YUV 189.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 203 187 171 0 0.08 0.16 0.20 30 0.24 0.73
Hex CB BB AB 0 8 10 14 1E 18 49
Octal 313 273 253 0 10 20 24 36 30 111
Binary 11001011 10111011 10101011 0 1000 10000 10100 11110 11000 1001001

Color Harmonies of #CBBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBAB

Black with #CBBBAB

Text Example


Text Example

White with #CBBBAB

Text Example


Text Example

HTML Codes & Css Web 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>