Html Css Color HEX #CBBBA7 Grain Brown

📋 copy color: '#CBBBA7'

red 203 ◦ green 187 ◦ blue 167

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

Shades of Grain Brown #CBBBA7

Tints of Grain Brown #CBBBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.98%

R = 36.45%
G = 33.57%
B = 29.98%

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

#CBBBA7 (or 0xCBBBA7) is known color: Grain Brown. HEX triplet: CB, BB and A7. RGB value is (203,187,167). Sum of RGB (Red+Green+Blue) = 203+187+167=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBA7 is #344458. Grayscale: #BDBDBD. Windows color (decimal): -3425369 or 10992587. OLE color: 10992587.

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

Color convert

RGB 203 187 167 -
CMYK 0 0.08 0.18 0.20
HSL 33.33º 0.26% 0.73% -
HSV(B) 33.33º 0.18% 0.8% -
XYZ 49.37 51.03 43.81 -
YUV 189.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 203 187 167 0 0.08 0.18 0.20 33.33 0.26 0.73
Hex CB BB A7 0 8 12 14 21 1A 49
Octal 313 273 247 0 10 22 24 41 32 111
Binary 11001011 10111011 10100111 0 1000 10010 10100 100001 11010 1001001

Color Harmonies of #CBBBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBA7

Black with #CBBBA7

Text Example


Text Example

White with #CBBBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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