Html Css Color HEX #CBB5A0 Grain Brown

📋 copy color: '#CBB5A0'

red 203 ◦ green 181 ◦ blue 160

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

Shades of Grain Brown #CBB5A0

Tints of Grain Brown #CBB5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.41%

R = 37.32%
G = 33.27%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CBB5A0 (or 0xCBB5A0) is known color: Grain Brown. HEX triplet: CB, B5 and A0. RGB value is (203,181,160). Sum of RGB (Red+Green+Blue) = 203+181+160=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5A0 is #344A5F. Grayscale: #B9B9B9. Windows color (decimal): -3426912 or 10532299. OLE color: 10532299.

HSL color Cylindrical-coordinate representation of color #CBB5A0: hue angle of 29.3º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB5A0 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 181 160 -
CMYK 0 0.11 0.21 0.20
HSL 29.3º 0.29% 0.71% -
HSV(B) 29.3º 0.21% 0.8% -
XYZ 47.5 48.28 40.07 -
YUV 185.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 203 181 160 0 0.11 0.21 0.20 29.3 0.29 0.71
Hex CB B5 A0 0 B 15 14 1D 1D 47
Octal 313 265 240 0 13 25 24 35 35 107
Binary 11001011 10110101 10100000 0 1011 10101 10100 11101 11101 1000111

Color Harmonies of #CBB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5A0

Black with #CBB5A0

Text Example


Text Example

White with #CBB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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