#CF5395

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

Shades of Mulberry #CF5395

Tints of Mulberry #CF5395

Color information

#CF5395 (or 0xCF5395) is unknown color: approx Mulberry. HEX triplet: CF, 53 and 95. RGB value is (207,83,149). Sum of RGB (Red+Green+Blue) = 207+83+149=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5395 is #30AC6A. Grayscale: #7F7F7F. Windows color (decimal): -3189867 or 9786319. OLE color: 9786319.

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

Color convert

RGB20783149-
CMYK00.600.280.19
HSL328.06º56.36%56.86%-
HSV(B)328.06º59.9%81.18%-
XYZ34.2521.6230.8-
YUV127.6140.08184.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 83 (32.81% from 255) = 18.91%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=47.15%
G=18.91%
B=33.94%

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
Decimal2078314900.600.280.19328.0656.3656.86
HexCF539503C1C131483839
Octal31712322507434235107071
Binary1100111110100111001010101111001110010011101001000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5395; }

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

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

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

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

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

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

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

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