#CE9D9C

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

Shades of Eunry #CE9D9C

Tints of Eunry #CE9D9C

Color information

#CE9D9C (or 0xCE9D9C) is unknown color: approx Eunry. HEX triplet: CE, 9D and 9C. RGB value is (206,157,156). Sum of RGB (Red+Green+Blue) = 206+157+156=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D9C is #316263. Grayscale: #ABABAB. Windows color (decimal): -3236452 or 10264014. OLE color: 10264014.

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

Color convert

RGB206157156-
CMYK00.240.240.19
HSL1.2º33.78%70.98%-
HSV(B)1.2º24.27%80.78%-
XYZ43.5139.6436.81-
YUV171.54119.23152.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=39.69%
G=30.25%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615715600.240.240.191.233.7870.98
HexCE9D9C018181312247
Octal3162352340303023142107
Binary110011101001110110011100011000110001001111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D9C; }

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

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

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

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

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

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

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

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