#CEB8A8

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

Shades of Grain Brown #CEB8A8

Tints of Grain Brown #CEB8A8

Color information

#CEB8A8 (or 0xCEB8A8) is unknown color: approx Grain Brown. HEX triplet: CE, B8 and A8. RGB value is (206,184,168). Sum of RGB (Red+Green+Blue) = 206+184+168=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB8A8 is #314757. Grayscale: #BCBCBC. Windows color (decimal): -3229528 or 11057358. OLE color: 11057358.

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

Color convert

RGB206184168-
CMYK00.110.180.19
HSL25.26º27.94%73.33%-
HSV(B)25.26º18.45%80.78%-
XYZ49.6650.2344.12-
YUV188.75116.29140.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 168 (66.02% from 255) = 30.11%
R=36.92%
G=32.97%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618416800.110.180.1925.2627.9473.33
HexCEB8A80B1213191c49
Octal31627025001322233134111
Binary11001110101110001010100001011100101001111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8A8; }

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

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

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

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

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

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

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

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