#CE9F9E

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

Shades of Eunry #CE9F9E

Tints of Eunry #CE9F9E

Color information

#CE9F9E (or 0xCE9F9E) is unknown color: approx Eunry. HEX triplet: CE, 9F and 9E. RGB value is (206,159,158). Sum of RGB (Red+Green+Blue) = 206+159+158=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F9E is #316061. Grayscale: #ACACAC. Windows color (decimal): -3235938 or 10395598. OLE color: 10395598.

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

Color convert

RGB206159158-
CMYK00.230.230.19
HSL1.25º32.88%71.37%-
HSV(B)1.25º23.3%80.78%-
XYZ44.0240.3937.82-
YUV172.94119.57151.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=39.39%
G=30.40%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615915800.230.230.191.2532.8871.37
HexCE9F9E017171312147
Octal3162372360272723141107
Binary110011101001111110011110010111101111001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F9E; }

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

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

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

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

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

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

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

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