#CF9E99

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

Shades of Eunry #CF9E99

Tints of Eunry #CF9E99

Color information

#CF9E99 (or 0xCF9E99) is unknown color: approx Eunry. HEX triplet: CF, 9E and 99. RGB value is (207,158,153). Sum of RGB (Red+Green+Blue) = 207+158+153=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9E99 is #306166. Grayscale: #ACACAC. Windows color (decimal): -3170663 or 10067663. OLE color: 10067663.

HSL color Cylindrical-coordinate representation of color #CF9E99: hue angle of 5.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9E99 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207158153-
CMYK00.240.260.19
HSL5.56º36%70.59%-
HSV(B)5.56º26.09%81.18%-
XYZ43.7140.0235.56-
YUV172.08117.23152.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=39.96%
G=30.50%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715815300.240.260.195.563670.59
HexCF9E990181A1362447
Octal3172362310303223644107
Binary11001111100111101001100101100011010100111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E99; }

 p { color: rgb(207,158,153); }

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

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

 a { background-color: rgb(207,158,153); }

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

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

 span { border-color: rgb(207,158,153); }

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