#CE9D9D

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

Shades of Eunry #CE9D9D

Tints of Eunry #CE9D9D

Color information

#CE9D9D (or 0xCE9D9D) is unknown color: approx Eunry. HEX triplet: CE, 9D and 9D. RGB value is (206,157,157). Sum of RGB (Red+Green+Blue) = 206+157+157=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D9D is #316262. Grayscale: #ABABAB. Windows color (decimal): -3236451 or 10329550. OLE color: 10329550.

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

Color convert

RGB206157157-
CMYK00.240.240.19
HSL33.33%71.18%-
HSV(B)23.79%80.78%-
XYZ43.639.6737.26-
YUV171.65119.73152.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=39.62%
G=30.19%
B=30.19%

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
Decimal20615715700.240.240.19033.3371.18
HexCE9D9D018181302147
Octal3162352350303023041107
Binary110011101001110110011101011000110001001101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D9D; }

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

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

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

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

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

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

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

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