Html Css Color HEX #CBBBA5 Grain Brown

📋 copy color: '#CBBBA5'

red 203 ◦ green 187 ◦ blue 165

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

Shades of Grain Brown #CBBBA5

Tints of Grain Brown #CBBBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.73%

R = 36.58%
G = 33.69%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CBBBA5 (or 0xCBBBA5) is known color: Grain Brown. HEX triplet: CB, BB and A5. RGB value is (203,187,165). Sum of RGB (Red+Green+Blue) = 203+187+165=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBA5 is #34445A. Grayscale: #BDBDBD. Windows color (decimal): -3425371 or 10861515. OLE color: 10861515.

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

Color convert

RGB 203 187 165 -
CMYK 0 0.08 0.19 0.20
HSL 34.74º 0.27% 0.72% -
HSV(B) 34.74º 0.19% 0.8% -
XYZ 49.19 50.95 42.84 -
YUV 189.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 203 187 165 0 0.08 0.19 0.20 34.74 0.27 0.72
Hex CB BB A5 0 8 13 14 23 1B 48
Octal 313 273 245 0 10 23 24 43 33 110
Binary 11001011 10111011 10100101 0 1000 10011 10100 100011 11011 1001000

Color Harmonies of #CBBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBA5

Black with #CBBBA5

Text Example


Text Example

White with #CBBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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