#CBB5A1

Color #CBB5A1 Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #CBB5A1

Tints of Grain Brown #CBB5A1

Color information

#CBB5A1 (or 0xCBB5A1) is unknown color: approx Grain Brown. HEX triplet: CB, B5 and A1. RGB value is (203,181,161). Sum of RGB (Red+Green+Blue) = 203+181+161=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5A1 is #344A5E. Grayscale: #B9B9B9. Windows color (decimal): -3426911 or 10597835. OLE color: 10597835.

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

Color convert

RGB203181161-
CMYK00.110.210.20
HSL28.57º28.77%71.37%-
HSV(B)28.57º20.69%79.61%-
XYZ47.5948.3240.54-
YUV185.3114.29140.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=37.25%
G=33.21%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318116100.110.210.2028.5728.7771.37
HexCBB5A10B15141d1d47
Octal31326524101325243535107
Binary11001011101101011010000101011101011010011101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5A1; }

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

 H1.HeaderClassName
 {
   color: #CBB5A1;
 }
 .AnyTagClassName
 {
   color: #CBB5A1;
 }
</style>
background-color css

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

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

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

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

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

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