Html Css Color HEX #CBB5A6 Grain Brown

📋 copy color: '#CBB5A6'

red 203 ◦ green 181 ◦ blue 166

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

Shades of Grain Brown #CBB5A6

Tints of Grain Brown #CBB5A6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.91%

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

R = 36.91%
G = 32.91%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CBB5A6 (or 0xCBB5A6) is known color: Grain Brown. HEX triplet: CB, B5 and A6. RGB value is (203,181,166). Sum of RGB (Red+Green+Blue) = 203+181+166=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5A6 is #344A59. Grayscale: #B9B9B9. Windows color (decimal): -3426906 or 10925515. OLE color: 10925515.

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

Color convert

RGB 203 181 166 -
CMYK 0 0.11 0.18 0.20
HSL 24.32º 0.26% 0.72% -
HSV(B) 24.32º 0.18% 0.8% -
XYZ 48.04 48.5 42.91 -
YUV 185.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 203 181 166 0 0.11 0.18 0.20 24.32 0.26 0.72
Hex CB B5 A6 0 B 12 14 18 1A 48
Octal 313 265 246 0 13 22 24 30 32 110
Binary 11001011 10110101 10100110 0 1011 10010 10100 11000 11010 1001000

Color Harmonies of #CBB5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5A6

Black with #CBB5A6

Text Example


Text Example

White with #CBB5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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