#C04B97

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

Shades of Mulberry #C04B97

Tints of Mulberry #C04B97

Color information

#C04B97 (or 0xC04B97) is unknown color: approx Mulberry. HEX triplet: C0, 4B and 97. RGB value is (192,75,151). Sum of RGB (Red+Green+Blue) = 192+75+151=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B97 is #3FB468. Grayscale: #767676. Windows color (decimal): -4174953 or 9915328. OLE color: 9915328.

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

Color convert

RGB19275151-
CMYK00.610.210.25
HSL321.03º48.15%52.35%-
HSV(B)321.03º60.94%75.29%-
XYZ29.8418.4731.27-
YUV118.65146.26180.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=45.93%
G=17.94%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927515100.610.210.25321.0348.1552.35
HexC04B9703D15191413034
Octal30011322707525315016064
Binary1100000010010111001011101111011010111001101000001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B97; }

 p { color: rgb(192,75,151); }

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

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

 a { background-color: rgb(192,75,151); }

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

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

 span { border-color: rgb(192,75,151); }

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