#CEA29D

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

Shades of Eunry #CEA29D

Tints of Eunry #CEA29D

Color information

#CEA29D (or 0xCEA29D) is unknown color: approx Eunry. HEX triplet: CE, A2 and 9D. RGB value is (206,162,157). Sum of RGB (Red+Green+Blue) = 206+162+157=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA29D is #315D62. Grayscale: #AEAEAE. Windows color (decimal): -3235171 or 10330830. OLE color: 10330830.

HSL color Cylindrical-coordinate representation of color #CEA29D: hue angle of 6.12º 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 #CEA29D is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206162157-
CMYK00.210.240.19
HSL6.12º33.33%71.18%-
HSV(B)6.12º23.79%80.78%-
XYZ44.4641.437.55-
YUV174.59118.08150.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=39.24%
G=30.86%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616215700.210.240.196.1233.3371.18
HexCEA29D015181362147
Octal3162422350253023641107
Binary11001110101000101001110101010111000100111101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA29D; }

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

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

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

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

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

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

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

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