#CEBAAA

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

Shades of Grain Brown #CEBAAA

Tints of Grain Brown #CEBAAA

Color information

#CEBAAA (or 0xCEBAAA) is unknown color: approx Grain Brown. HEX triplet: CE, BA and AA. RGB value is (206,186,170). Sum of RGB (Red+Green+Blue) = 206+186+170=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAAA is #314555. Grayscale: #BEBEBE. Windows color (decimal): -3229014 or 11188942. OLE color: 11188942.

HSL color Cylindrical-coordinate representation of color #CEBAAA: hue angle of 26.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBAAA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206186170-
CMYK00.100.170.19
HSL26.67º26.87%73.73%-
HSV(B)26.67º17.48%80.78%-
XYZ50.2751.1445.25-
YUV190.16116.63139.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=36.65%
G=33.10%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618617000.100.170.1926.6726.8773.73
HexCEBAAA0A11131b1b4a
Octal31627225201221233333112
Binary11001110101110101010101001010100011001111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAAA; }

 p { color: rgb(206,186,170); }

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

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

 a { background-color: rgb(206,186,170); }

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

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

 span { border-color: rgb(206,186,170); }

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