#C99E96

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

Shades of Eunry #C99E96

Tints of Eunry #C99E96

Color information

#C99E96 (or 0xC99E96) is unknown color: approx Eunry. HEX triplet: C9, 9E and 96. RGB value is (201,158,150). Sum of RGB (Red+Green+Blue) = 201+158+150=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E96 is #366169. Grayscale: #AAAAAA. Windows color (decimal): -3563882 or 9871049. OLE color: 9871049.

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

Color convert

RGB201158150-
CMYK00.210.250.21
HSL9.41º32.08%68.82%-
HSV(B)9.41º25.37%78.82%-
XYZ41.8239.0734.19-
YUV169.94116.75150.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=39.49%
G=31.04%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115815000.210.250.219.4132.0868.82
HexC99E96015191592045
Octal31123622602531251140105
Binary110010011001111010010110010101110011010110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E96; }

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

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

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

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

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

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

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

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