#CEB7A4

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

Shades of Grain Brown #CEB7A4

Tints of Grain Brown #CEB7A4

Color information

#CEB7A4 (or 0xCEB7A4) is unknown color: approx Grain Brown. HEX triplet: CE, B7 and A4. RGB value is (206,183,164). Sum of RGB (Red+Green+Blue) = 206+183+164=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7A4 is #31485B. Grayscale: #BBBBBB. Windows color (decimal): -3229788 or 10794958. OLE color: 10794958.

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

Color convert

RGB206183164-
CMYK00.110.200.19
HSL27.14º30%72.55%-
HSV(B)27.14º20.39%80.78%-
XYZ49.0949.6742.12-
YUV187.71114.62141.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=37.25%
G=33.09%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618316400.110.200.1927.143072.55
HexCEB7A40B14131b1e49
Octal31626724401324233336111
Binary11001110101101111010010001011101001001111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7A4; }

 p { color: rgb(206,183,164); }

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

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

 a { background-color: rgb(206,183,164); }

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

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

 span { border-color: rgb(206,183,164); }

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