#CF5195

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

Shades of Mulberry #CF5195

Tints of Mulberry #CF5195

Color information

#CF5195 (or 0xCF5195) is unknown color: approx Mulberry. HEX triplet: CF, 51 and 95. RGB value is (207,81,149). Sum of RGB (Red+Green+Blue) = 207+81+149=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5195 is #30AE6A. Grayscale: #7E7E7E. Windows color (decimal): -3190379 or 9785807. OLE color: 9785807.

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

Color convert

RGB20781149-
CMYK00.610.280.19
HSL327.62º56.76%56.47%-
HSV(B)327.62º60.87%81.18%-
XYZ34.121.3230.75-
YUV126.43140.74185.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=47.37%
G=18.54%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078114900.610.280.19327.6256.7656.47
HexCF519503D1C131483938
Octal31712122507534235107170
Binary1100111110100011001010101111011110010011101001000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5195; }

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

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

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

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

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

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

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

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