#CF5690

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

Shades of Mulberry #CF5690

Tints of Mulberry #CF5690

Color information

#CF5690 (or 0xCF5690) is unknown color: approx Mulberry. HEX triplet: CF, 56 and 90. RGB value is (207,86,144). Sum of RGB (Red+Green+Blue) = 207+86+144=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5690 is #30A96F. Grayscale: #808080. Windows color (decimal): -3189104 or 9459407. OLE color: 9459407.

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

Color convert

RGB20786144-
CMYK00.580.300.19
HSL331.24º55.76%57.45%-
HSV(B)331.24º58.45%81.18%-
XYZ34.0921.9328.82-
YUV128.79136.59183.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=47.37%
G=19.68%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078614400.580.300.19331.2455.7657.45
HexCF569003A1E1314b3839
Octal31712622007236235137071
Binary1100111110101101001000001110101111010011101001011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5690; }

 p { color: rgb(207,86,144); }

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

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

 a { background-color: rgb(207,86,144); }

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

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

 span { border-color: rgb(207,86,144); }

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