#CF5296

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

Shades of Mulberry #CF5296

Tints of Mulberry #CF5296

Color information

#CF5296 (or 0xCF5296) is unknown color: approx Mulberry. HEX triplet: CF, 52 and 96. RGB value is (207,82,150). Sum of RGB (Red+Green+Blue) = 207+82+150=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5296 is #30AD69. Grayscale: #7E7E7E. Windows color (decimal): -3190122 or 9851599. OLE color: 9851599.

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

Color convert

RGB20782150-
CMYK00.600.280.19
HSL327.36º56.56%56.67%-
HSV(B)327.36º60.39%81.18%-
XYZ34.2521.531.2-
YUV127.13140.91184.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=47.15%
G=18.68%
B=34.17%

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
Decimal2078215000.600.280.19327.3656.5656.67
HexCF529603C1C131473939
Octal31712222607434235077171
Binary1100111110100101001011001111001110010011101000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5296; }

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

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

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

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

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

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

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

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