#CEB8A7

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

Shades of Grain Brown #CEB8A7

Tints of Grain Brown #CEB8A7

Color information

#CEB8A7 (or 0xCEB8A7) is unknown color: approx Grain Brown. HEX triplet: CE, B8 and A7. RGB value is (206,184,167). Sum of RGB (Red+Green+Blue) = 206+184+167=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB8A7 is #314758. Grayscale: #BCBCBC. Windows color (decimal): -3229529 or 10991822. OLE color: 10991822.

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

Color convert

RGB206184167-
CMYK00.110.190.19
HSL26.15º28.47%73.14%-
HSV(B)26.15º18.93%80.78%-
XYZ49.5750.1943.63-
YUV188.64115.79140.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 167 (65.62% from 255) = 29.98%
R=36.98%
G=33.03%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618416700.110.190.1926.1528.4773.14
HexCEB8A70B13131a1c49
Octal31627024701323233234111
Binary11001110101110001010011101011100111001111010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8A7; }

 p { color: rgb(206,184,167); }

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

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

 a { background-color: rgb(206,184,167); }

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

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

 span { border-color: rgb(206,184,167); }

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