#CF5295

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

Shades of Mulberry #CF5295

Tints of Mulberry #CF5295

Color information

#CF5295 (or 0xCF5295) is unknown color: approx Mulberry. HEX triplet: CF, 52 and 95. RGB value is (207,82,149). Sum of RGB (Red+Green+Blue) = 207+82+149=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5295 is #30AD6A. Grayscale: #7E7E7E. Windows color (decimal): -3190123 or 9786063. OLE color: 9786063.

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

Color convert

RGB20782149-
CMYK00.600.280.19
HSL327.84º56.56%56.67%-
HSV(B)327.84º60.39%81.18%-
XYZ34.1721.4730.78-
YUV127.01140.41185.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=47.26%
G=18.72%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078214900.600.280.19327.8456.5656.67
HexCF529503C1C131483939
Octal31712222507434235107171
Binary1100111110100101001010101111001110010011101001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5295; }

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

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

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

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

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

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

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

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