#CF5997

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

Shades of Mulberry #CF5997

Tints of Mulberry #CF5997

Color information

#CF5997 (or 0xCF5997) is unknown color: approx Mulberry. HEX triplet: CF, 59 and 97. RGB value is (207,89,151). Sum of RGB (Red+Green+Blue) = 207+89+151=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5997 is #30A668. Grayscale: #838383. Windows color (decimal): -3188329 or 9918927. OLE color: 9918927.

HSL color Cylindrical-coordinate representation of color #CF5997: hue angle of 328.47º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5997 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB20789151-
CMYK00.570.270.19
HSL328.47º55.14%58.04%-
HSV(B)328.47º57%81.18%-
XYZ34.8922.6431.81-
YUV131.35139.09181.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 151 (59.38% from 255) = 33.78%
R=46.31%
G=19.91%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078915100.570.270.19328.4755.1458.04
HexCF59970391B13148373a
Octal31713122707133235106772
Binary1100111110110011001011101110011101110011101001000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5997; }

 p { color: rgb(207,89,151); }

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

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

 a { background-color: rgb(207,89,151); }

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

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

 span { border-color: rgb(207,89,151); }

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