#CBB9A4

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

Shades of Grain Brown #CBB9A4

Tints of Grain Brown #CBB9A4

Color information

#CBB9A4 (or 0xCBB9A4) is unknown color: approx Grain Brown. HEX triplet: CB, B9 and A4. RGB value is (203,185,164). Sum of RGB (Red+Green+Blue) = 203+185+164=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9A4 is #34465B. Grayscale: #BCBCBC. Windows color (decimal): -3425884 or 10795467. OLE color: 10795467.

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

Color convert

RGB203185164-
CMYK00.090.190.20
HSL32.31º27.27%71.96%-
HSV(B)32.31º19.21%79.61%-
XYZ48.6850.0742.22-
YUV187.99114.46138.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=36.78%
G=33.51%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318516400.090.190.2032.3127.2771.96
HexCBB9A4091314201b48
Octal31327124401123244033110
Binary110010111011100110100100010011001110100100000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9A4; }

 p { color: rgb(203,185,164); }

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

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

 a { background-color: rgb(203,185,164); }

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

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

 span { border-color: rgb(203,185,164); }

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