#C04898

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

Shades of Mulberry #C04898

Tints of Mulberry #C04898

Color information

#C04898 (or 0xC04898) is unknown color: approx Mulberry. HEX triplet: C0, 48 and 98. RGB value is (192,72,152). Sum of RGB (Red+Green+Blue) = 192+72+152=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C04898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04898 is #3FB767. Grayscale: #747474. Windows color (decimal): -4175720 or 9980096. OLE color: 9980096.

HSL color Cylindrical-coordinate representation of color #C04898: hue angle of 320º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04898 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19272152-
CMYK00.630.210.25
HSL320º48.78%51.76%-
HSV(B)320º62.5%75.29%-
XYZ29.7218.1131.63-
YUV117147.76181.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=46.15%
G=17.31%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927215200.630.210.2532048.7851.76
HexC0489803F15191403134
Octal30011023007725315006164
Binary1100000010010001001100001111111010111001101000000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04898; }

 p { color: rgb(192,72,152); }

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

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

 a { background-color: rgb(192,72,152); }

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

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

 span { border-color: rgb(192,72,152); }

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