#C04C92

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

Shades of Mulberry #C04C92

Tints of Mulberry #C04C92

Color information

#C04C92 (or 0xC04C92) is unknown color: approx Mulberry. HEX triplet: C0, 4C and 92. RGB value is (192,76,146). Sum of RGB (Red+Green+Blue) = 192+76+146=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C92 is #3FB36D. Grayscale: #767676. Windows color (decimal): -4174702 or 9587904. OLE color: 9587904.

HSL color Cylindrical-coordinate representation of color #C04C92: hue angle of 323.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C92 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19276146-
CMYK00.600.240.25
HSL323.79º47.93%52.55%-
HSV(B)323.79º60.42%75.29%-
XYZ29.5118.4529.2-
YUV118.66143.43180.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=46.38%
G=18.36%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927614600.600.240.25323.7947.9352.55
HexC04C9203C18191443035
Octal30011422207430315046065
Binary1100000010011001001001001111001100011001101000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04C92; }

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

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

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

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

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

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

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

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