#c04ba5

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

Shades of Mulberry #C04BA5

Tints of Mulberry #C04BA5

Color information

#C04BA5 (or 0xC04BA5) is unknown color: approx Mulberry. HEX triplet: C0, 4B and A5. RGB value is (192,75,165). Sum of RGB (Red+Green+Blue) = 192+75+165=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA5 is #3FB45A. Grayscale: #787878. Windows color (decimal): -4174939 or 10832832. OLE color: 10832832.

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

Color convert

RGB19275165-
CMYK00.610.140.25
HSL313.85º48.15%52.35%-
HSV(B)313.85º60.94%75.29%-
XYZ31.0518.9637.62-
YUV120.24153.26179.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 165 (64.84% from 255) = 38.19%
R=44.44%
G=17.36%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927516500.610.140.25313.8548.1552.35
HexC04BA503DE1913a3034
Octal30011324507516314726064
Binary110000001001011101001010111101111011001100111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c04ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c04ba5; }

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

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

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

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

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

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

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

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