#C045A5

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

Shades of Mulberry #C045A5

Tints of Mulberry #C045A5

Color information

#C045A5 (or 0xC045A5) is unknown color: approx Mulberry. HEX triplet: C0, 45 and A5. RGB value is (192,69,165). Sum of RGB (Red+Green+Blue) = 192+69+165=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C045A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045A5 is #3FBA5A. Grayscale: #747474. Windows color (decimal): -4176475 or 10831296. OLE color: 10831296.

HSL color Cylindrical-coordinate representation of color #C045A5: hue angle of 313.17º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045A5 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19269165-
CMYK00.640.140.25
HSL313.17º49.4%51.18%-
HSV(B)313.17º64.06%75.29%-
XYZ30.6618.1837.49-
YUV116.72155.25181.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=45.07%
G=16.20%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926916500.640.140.25313.1749.451.18
HexC045A5040E191393133
Octal300105245010016314716163
Binary1100000010001011010010101000000111011001100111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045A5; }

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

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

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

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

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

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

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

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