#C74C92

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

Shades of Mulberry #C74C92

Tints of Mulberry #C74C92

Color information

#C74C92 (or 0xC74C92) is unknown color: approx Mulberry. HEX triplet: C7, 4C and 92. RGB value is (199,76,146). Sum of RGB (Red+Green+Blue) = 199+76+146=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C92 is #38B36D. Grayscale: #787878. Windows color (decimal): -3715950 or 9587911. OLE color: 9587911.

HSL color Cylindrical-coordinate representation of color #C74C92: hue angle of 325.85º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74C92 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB19976146-
CMYK00.620.270.22
HSL325.85º52.34%53.92%-
HSV(B)325.85º61.81%78.04%-
XYZ31.3319.3929.29-
YUV120.76142.25183.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=47.27%
G=18.05%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997614600.620.270.22325.8552.3453.92
HexC74C9203E1B161463436
Octal30711422207633265066466
Binary1100011110011001001001001111101101110110101000110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74C92; }

 p { color: rgb(199,76,146); }

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

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

 a { background-color: rgb(199,76,146); }

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

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

 span { border-color: rgb(199,76,146); }

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