#CF5492

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

Shades of Mulberry #CF5492

Tints of Mulberry #CF5492

Color information

#CF5492 (or 0xCF5492) is unknown color: approx Mulberry. HEX triplet: CF, 54 and 92. RGB value is (207,84,146). Sum of RGB (Red+Green+Blue) = 207+84+146=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5492 is #30AB6D. Grayscale: #7F7F7F. Windows color (decimal): -3189614 or 9589967. OLE color: 9589967.

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

Color convert

RGB20784146-
CMYK00.590.290.19
HSL329.76º56.16%57.06%-
HSV(B)329.76º59.42%81.18%-
XYZ34.0921.6829.58-
YUV127.84138.25184.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=47.37%
G=19.22%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078414600.590.290.19329.7656.1657.06
HexCF549203B1D1314a3839
Octal31712422207335235127071
Binary1100111110101001001001001110111110110011101001010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5492; }

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

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

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

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

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

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

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

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