#CF5694

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

Shades of Mulberry #CF5694

Tints of Mulberry #CF5694

Color information

#CF5694 (or 0xCF5694) is unknown color: approx Mulberry. HEX triplet: CF, 56 and 94. RGB value is (207,86,148). Sum of RGB (Red+Green+Blue) = 207+86+148=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5694 is #30A96B. Grayscale: #818181. Windows color (decimal): -3189100 or 9721551. OLE color: 9721551.

HSL color Cylindrical-coordinate representation of color #CF5694: hue angle of 329.26º 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 #CF5694 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB20786148-
CMYK00.580.290.19
HSL329.26º55.76%57.45%-
HSV(B)329.26º58.45%81.18%-
XYZ34.4122.0630.46-
YUV129.25138.59183.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=46.94%
G=19.50%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078614800.580.290.19329.2655.7657.45
HexCF569403A1D131493839
Octal31712622407235235117071
Binary1100111110101101001010001110101110110011101001001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5694; }

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

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

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

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

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

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

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

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