#CEBAA0

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

Shades of Grain Brown #CEBAA0

Tints of Grain Brown #CEBAA0

Color information

#CEBAA0 (or 0xCEBAA0) is unknown color: approx Grain Brown. HEX triplet: CE, BA and A0. RGB value is (206,186,160). Sum of RGB (Red+Green+Blue) = 206+186+160=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA0 is #31455F. Grayscale: #BDBDBD. Windows color (decimal): -3229024 or 10533582. OLE color: 10533582.

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

Color convert

RGB206186160-
CMYK00.100.220.19
HSL33.91º31.94%71.76%-
HSV(B)33.91º22.33%80.78%-
XYZ49.3650.7840.46-
YUV189.02111.63140.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=37.32%
G=33.70%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618616000.100.220.1933.9131.9471.76
HexCEBAA00A1613222048
Octal31627224001226234240110
Binary1100111010111010101000000101010110100111000101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAA0; }

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

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

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

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

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

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

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

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