#C99F9B

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

Shades of Eunry #C99F9B

Tints of Eunry #C99F9B

Color information

#C99F9B (or 0xC99F9B) is unknown color: approx Eunry. HEX triplet: C9, 9F and 9B. RGB value is (201,159,155). Sum of RGB (Red+Green+Blue) = 201+159+155=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F9B is #366064. Grayscale: #ABABAB. Windows color (decimal): -3563621 or 10198985. OLE color: 10198985.

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

Color convert

RGB201159155-
CMYK00.210.230.21
HSL5.22º29.87%69.8%-
HSV(B)5.22º22.89%78.82%-
XYZ42.439.5836.42-
YUV171.1118.91149.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=39.03%
G=30.87%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115915500.210.230.215.2229.8769.8
HexC99F9B015171551e46
Octal3112372330252725536106
Binary1100100110011111100110110101011011110101101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F9B; }

 p { color: rgb(201,159,155); }

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

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

 a { background-color: rgb(201,159,155); }

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

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

 span { border-color: rgb(201,159,155); }

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