#C99E9D

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

Shades of Eunry #C99E9D

Tints of Eunry #C99E9D

Color information

#C99E9D (or 0xC99E9D) is unknown color: approx Eunry. HEX triplet: C9, 9E and 9D. RGB value is (201,158,157). Sum of RGB (Red+Green+Blue) = 201+158+157=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E9D is #366162. Grayscale: #AAAAAA. Windows color (decimal): -3563875 or 10329801. OLE color: 10329801.

HSL color Cylindrical-coordinate representation of color #C99E9D: hue angle of 1.36º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99E9D is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201158157-
CMYK00.210.220.21
HSL1.36º28.95%70.2%-
HSV(B)1.36º21.89%78.82%-
XYZ42.439.3137.25-
YUV170.74120.25149.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=38.95%
G=30.62%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115815700.210.220.211.3628.9570.2
HexC99E9D015161511d46
Octal3112362350252625135106
Binary11001001100111101001110101010110110101011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E9D; }

 p { color: rgb(201,158,157); }

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

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

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

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

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

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

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