#CE9E98

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

Shades of Eunry #CE9E98

Tints of Eunry #CE9E98

Color information

#CE9E98 (or 0xCE9E98) is unknown color: approx Eunry. HEX triplet: CE, 9E and 98. RGB value is (206,158,152). Sum of RGB (Red+Green+Blue) = 206+158+152=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E98 is #316167. Grayscale: #ABABAB. Windows color (decimal): -3236200 or 10002126. OLE color: 10002126.

HSL color Cylindrical-coordinate representation of color #CE9E98: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE9E98 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB206158152-
CMYK00.230.260.19
HSL6.67º35.53%70.2%-
HSV(B)6.67º26.21%80.78%-
XYZ43.3539.8435.11-
YUV171.67116.9152.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=39.92%
G=30.62%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615815200.230.260.196.6735.5370.2
HexCE9E980171A1372446
Octal3162362300273223744106
Binary11001110100111101001100001011111010100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E98; }

 p { color: rgb(206,158,152); }

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

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

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

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

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

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

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