#CF5192

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

Shades of Mulberry #CF5192

Tints of Mulberry #CF5192

Color information

#CF5192 (or 0xCF5192) is unknown color: approx Mulberry. HEX triplet: CF, 51 and 92. RGB value is (207,81,146). Sum of RGB (Red+Green+Blue) = 207+81+146=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5192 is #30AE6D. Grayscale: #7D7D7D. Windows color (decimal): -3190382 or 9589199. OLE color: 9589199.

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

Color convert

RGB20781146-
CMYK00.610.290.19
HSL329.05º56.76%56.47%-
HSV(B)329.05º60.87%81.18%-
XYZ33.8621.2329.51-
YUV126.08139.24185.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=47.70%
G=18.66%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078114600.610.290.19329.0556.7656.47
HexCF519203D1D131493938
Octal31712122207535235117170
Binary1100111110100011001001001111011110110011101001001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5192; }

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

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

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

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

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

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

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

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