#CBB8A2

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

Shades of Grain Brown #CBB8A2

Tints of Grain Brown #CBB8A2

Color information

#CBB8A2 (or 0xCBB8A2) is unknown color: approx Grain Brown. HEX triplet: CB, B8 and A2. RGB value is (203,184,162). Sum of RGB (Red+Green+Blue) = 203+184+162=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB8A2 is #34475D. Grayscale: #BBBBBB. Windows color (decimal): -3426142 or 10664139. OLE color: 10664139.

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

Color convert

RGB203184162-
CMYK00.090.200.20
HSL32.2º28.28%71.57%-
HSV(B)32.2º20.2%79.61%-
XYZ48.2949.5941.21-
YUV187.17113.79139.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=36.98%
G=33.52%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318416200.090.200.2032.228.2871.57
HexCBB8A2091414201c48
Octal31327024201124244034110
Binary110010111011100010100010010011010010100100000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8A2; }

 p { color: rgb(203,184,162); }

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

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

 a { background-color: rgb(203,184,162); }

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

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

 span { border-color: rgb(203,184,162); }

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