#CF5695

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

Shades of Mulberry #CF5695

Tints of Mulberry #CF5695

Color information

#CF5695 (or 0xCF5695) is unknown color: approx Mulberry. HEX triplet: CF, 56 and 95. RGB value is (207,86,149). Sum of RGB (Red+Green+Blue) = 207+86+149=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5695 is #30A96A. Grayscale: #818181. Windows color (decimal): -3189099 or 9787087. OLE color: 9787087.

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

Color convert

RGB20786149-
CMYK00.580.280.19
HSL328.76º55.76%57.45%-
HSV(B)328.76º58.45%81.18%-
XYZ34.4822.0930.88-
YUV129.36139.09183.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=46.83%
G=19.46%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078614900.580.280.19328.7655.7657.45
HexCF569503A1C131493839
Octal31712622507234235117071
Binary1100111110101101001010101110101110010011101001001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5695; }

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

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

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

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

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

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

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

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