#CEBAA9

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

Shades of Grain Brown #CEBAA9

Tints of Grain Brown #CEBAA9

Color information

#CEBAA9 (or 0xCEBAA9) is unknown color: approx Grain Brown. HEX triplet: CE, BA and A9. RGB value is (206,186,169). Sum of RGB (Red+Green+Blue) = 206+186+169=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA9 is #314556. Grayscale: #BEBEBE. Windows color (decimal): -3229015 or 11123406. OLE color: 11123406.

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

Color convert

RGB206186169-
CMYK00.100.180.19
HSL27.57º27.41%73.53%-
HSV(B)27.57º17.96%80.78%-
XYZ50.1751.144.76-
YUV190.04116.13139.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=36.72%
G=33.16%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618616900.100.180.1927.5727.4173.53
HexCEBAA90A12131c1b4a
Octal31627225101222233433112
Binary11001110101110101010100101010100101001111100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAA9; }

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

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

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

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

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

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

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

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