#C99996

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

Shades of Eunry #C99996

Tints of Eunry #C99996

Color information

#C99996 (or 0xC99996) is unknown color: approx Eunry. HEX triplet: C9, 99 and 96. RGB value is (201,153,150). Sum of RGB (Red+Green+Blue) = 201+153+150=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C99996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99996 is #366669. Grayscale: #A7A7A7. Windows color (decimal): -3565162 or 9869769. OLE color: 9869769.

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

Color convert

RGB201153150-
CMYK00.240.250.21
HSL3.53º32.08%68.82%-
HSV(B)3.53º25.37%78.82%-
XYZ40.9837.433.91-
YUV167.01118.4152.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=39.88%
G=30.36%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115315000.240.250.213.5332.0868.82
HexC99996018191542045
Octal3112312260303125440105
Binary11001001100110011001011001100011001101011001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99996; }

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

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

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

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

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

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

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

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