#CEB7A2

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

Shades of Grain Brown #CEB7A2

Tints of Grain Brown #CEB7A2

Color information

#CEB7A2 (or 0xCEB7A2) is unknown color: approx Grain Brown. HEX triplet: CE, B7 and A2. RGB value is (206,183,162). Sum of RGB (Red+Green+Blue) = 206+183+162=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7A2 is #31485D. Grayscale: #BBBBBB. Windows color (decimal): -3229790 or 10663886. OLE color: 10663886.

HSL color Cylindrical-coordinate representation of color #CEB7A2: hue angle of 28.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEB7A2 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB206183162-
CMYK00.110.210.19
HSL28.64º30.99%72.16%-
HSV(B)28.64º21.36%80.78%-
XYZ48.9149.641.18-
YUV187.48113.62141.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 162 (63.67% from 255) = 29.40%
R=37.39%
G=33.21%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618316200.110.210.1928.6430.9972.16
HexCEB7A20B15131d1f48
Octal31626724201325233537110
Binary11001110101101111010001001011101011001111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7A2; }

 p { color: rgb(206,183,162); }

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

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

 a { background-color: rgb(206,183,162); }

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

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

 span { border-color: rgb(206,183,162); }

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