Html Css Color HEX #CBBBA6 Grain Brown

📋 copy color: '#CBBBA6'

red 203 ◦ green 187 ◦ blue 166

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

Shades of Grain Brown #CBBBA6

Tints of Grain Brown #CBBBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 166 (65.23% from 255) = 29.86%

R = 36.51%
G = 33.63%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CBBBA6 (or 0xCBBBA6) is known color: Grain Brown. HEX triplet: CB, BB and A6. RGB value is (203,187,166). Sum of RGB (Red+Green+Blue) = 203+187+166=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBA6 is #344459. Grayscale: #BDBDBD. Windows color (decimal): -3425370 or 10927051. OLE color: 10927051.

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

Color convert

RGB 203 187 166 -
CMYK 0 0.08 0.18 0.20
HSL 34.05º 0.26% 0.72% -
HSV(B) 34.05º 0.18% 0.8% -
XYZ 49.28 50.99 43.32 -
YUV 189.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 203 187 166 0 0.08 0.18 0.20 34.05 0.26 0.72
Hex CB BB A6 0 8 12 14 22 1A 48
Octal 313 273 246 0 10 22 24 42 32 110
Binary 11001011 10111011 10100110 0 1000 10010 10100 100010 11010 1001000

Color Harmonies of #CBBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBA6

Black with #CBBBA6

Text Example


Text Example

White with #CBBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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