#CF4892

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

Shades of Mulberry #CF4892

Tints of Mulberry #CF4892

Color information

#CF4892 (or 0xCF4892) is unknown color: approx Mulberry. HEX triplet: CF, 48 and 92. RGB value is (207,72,146). Sum of RGB (Red+Green+Blue) = 207+72+146=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4892 is #30B76D. Grayscale: #787878. Windows color (decimal): -3192686 or 9586895. OLE color: 9586895.

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

Color convert

RGB20772146-
CMYK00.650.290.19
HSL327.11º58.44%54.71%-
HSV(B)327.11º65.22%81.18%-
XYZ33.2419.9829.3-
YUV120.8142.23189.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=48.71%
G=16.94%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077214600.650.290.19327.1158.4454.71
HexCF48920411D131473a37
Octal317110222010135235077267
Binary11001111100100010010010010000011110110011101000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4892; }

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

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

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

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

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

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

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

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