#C345A0

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

Shades of Mulberry #C345A0

Tints of Mulberry #C345A0

Color information

#C345A0 (or 0xC345A0) is unknown color: approx Mulberry. HEX triplet: C3, 45 and A0. RGB value is (195,69,160). Sum of RGB (Red+Green+Blue) = 195+69+160=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C345A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345A0 is #3CBA5F. Grayscale: #747474. Windows color (decimal): -3979872 or 10503619. OLE color: 10503619.

HSL color Cylindrical-coordinate representation of color #C345A0: hue angle of 316.67º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345A0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19569160-
CMYK00.650.180.24
HSL316.67º51.22%51.76%-
HSV(B)316.67º64.62%76.47%-
XYZ30.9818.435.18-
YUV117.05152.24183.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=45.99%
G=16.27%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956916000.650.180.24316.6751.2251.76
HexC345A0041121813d3334
Octal303105240010122304756364
Binary11000011100010110100000010000011001011000100111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345A0; }

 p { color: rgb(195,69,160); }

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

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

 a { background-color: rgb(195,69,160); }

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

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

 span { border-color: rgb(195,69,160); }

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