#C99E9C

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

Shades of Eunry #C99E9C

Tints of Eunry #C99E9C

Color information

#C99E9C (or 0xC99E9C) is unknown color: approx Eunry. HEX triplet: C9, 9E and 9C. RGB value is (201,158,156). Sum of RGB (Red+Green+Blue) = 201+158+156=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E9C is #366163. Grayscale: #AAAAAA. Windows color (decimal): -3563876 or 10264265. OLE color: 10264265.

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

Color convert

RGB201158156-
CMYK00.210.220.21
HSL2.67º29.41%70%-
HSV(B)2.67º22.39%78.82%-
XYZ42.3239.2736.8-
YUV170.63119.75149.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=39.03%
G=30.68%
B=30.29%

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
Decimal20115815600.210.220.212.6729.4170
HexC99E9C015161531d46
Octal3112362340252625335106
Binary110010011001111010011100010101101101010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E9C; }

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

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

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

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

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

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

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

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