#CEB7A5

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

Shades of Grain Brown #CEB7A5

Tints of Grain Brown #CEB7A5

Color information

#CEB7A5 (or 0xCEB7A5) is unknown color: approx Grain Brown. HEX triplet: CE, B7 and A5. RGB value is (206,183,165). Sum of RGB (Red+Green+Blue) = 206+183+165=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7A5 is #31485A. Grayscale: #BBBBBB. Windows color (decimal): -3229787 or 10860494. OLE color: 10860494.

HSL color Cylindrical-coordinate representation of color #CEB7A5: hue angle of 26.34º degrees, saturation: 0.29, 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 #CEB7A5 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206183165-
CMYK00.110.200.19
HSL26.34º29.5%72.75%-
HSV(B)26.34º19.9%80.78%-
XYZ49.1849.7142.6-
YUV187.82115.12140.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=37.18%
G=33.03%
B=29.78%

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
Decimal20618316500.110.200.1926.3429.572.75
HexCEB7A50B14131a1d49
Octal31626724501324233235111
Binary11001110101101111010010101011101001001111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7A5; }

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

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

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

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

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

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

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

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