#C04B8E

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

Shades of Mulberry #C04B8E

Tints of Mulberry #C04B8E

Color information

#C04B8E (or 0xC04B8E) is unknown color: approx Mulberry. HEX triplet: C0, 4B and 8E. RGB value is (192,75,142). Sum of RGB (Red+Green+Blue) = 192+75+142=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B8E is #3FB471. Grayscale: #757575. Windows color (decimal): -4174962 or 9325504. OLE color: 9325504.

HSL color Cylindrical-coordinate representation of color #C04B8E: hue angle of 325.64º 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 #C04B8E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19275142-
CMYK00.610.260.25
HSL325.64º48.15%52.35%-
HSV(B)325.64º60.94%75.29%-
XYZ29.1418.1927.57-
YUV117.62141.76181.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=46.94%
G=18.34%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927514200.610.260.25325.6448.1552.35
HexC04B8E03D1A191463034
Octal30011321607532315066064
Binary1100000010010111000111001111011101011001101000110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B8E; }

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

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

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

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

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

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

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

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