#CEA69D

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

Shades of Eunry #CEA69D

Tints of Eunry #CEA69D

Color information

#CEA69D (or 0xCEA69D) is unknown color: approx Eunry. HEX triplet: CE, A6 and 9D. RGB value is (206,166,157). Sum of RGB (Red+Green+Blue) = 206+166+157=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA69D is #315962. Grayscale: #B1B1B1. Windows color (decimal): -3234147 or 10331854. OLE color: 10331854.

HSL color Cylindrical-coordinate representation of color #CEA69D: hue angle of 11.02º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA69D is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206166157-
CMYK00.190.240.19
HSL11.02º33.33%71.18%-
HSV(B)11.02º23.79%80.78%-
XYZ45.1842.8337.78-
YUV176.93116.75148.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=38.94%
G=31.38%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616615700.190.240.1911.0233.3371.18
HexCEA69D0131813b2147
Octal31624623502330231341107
Binary110011101010011010011101010011110001001110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA69D; }

 p { color: rgb(206,166,157); }

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

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

 a { background-color: rgb(206,166,157); }

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

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

 span { border-color: rgb(206,166,157); }

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