#CF4D86

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

Shades of Mulberry #CF4D86

Tints of Mulberry #CF4D86

Color information

#CF4D86 (or 0xCF4D86) is unknown color: approx Mulberry. HEX triplet: CF, 4D and 86. RGB value is (207,77,134). Sum of RGB (Red+Green+Blue) = 207+77+134=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4D86 is #30B279. Grayscale: #7A7A7A. Windows color (decimal): -3191418 or 8801743. OLE color: 8801743.

HSL color Cylindrical-coordinate representation of color #CF4D86: hue angle of 333.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4D86 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB20777134-
CMYK00.630.350.19
HSL333.69º57.52%55.69%-
HSV(B)333.69º62.8%81.18%-
XYZ32.6920.2924.75-
YUV122.37134.57188.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.52%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 134 (52.73% from 255) = 32.06%
R=49.52%
G=18.42%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077713400.630.350.19333.6957.5255.69
HexCF4D8603F231314e3a38
Octal31711520607743235167270
Binary11001111100110110000110011111110001110011101001110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4D86; }

 p { color: rgb(207,77,134); }

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

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

 a { background-color: rgb(207,77,134); }

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

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

 span { border-color: rgb(207,77,134); }

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