#C340A0

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

Shades of Mulberry #C340A0

Tints of Mulberry #C340A0

Color information

#C340A0 (or 0xC340A0) is unknown color: approx Mulberry. HEX triplet: C3, 40 and A0. RGB value is (195,64,160). Sum of RGB (Red+Green+Blue) = 195+64+160=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C340A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340A0 is #3CBF5F. Grayscale: #717171. Windows color (decimal): -3981152 or 10502339. OLE color: 10502339.

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

Color convert

RGB19564160-
CMYK00.670.180.24
HSL316.03º52.19%50.78%-
HSV(B)316.03º67.18%76.47%-
XYZ30.6817.8135.08-
YUV114.11153.9185.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=46.54%
G=15.27%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956416000.670.180.24316.0352.1950.78
HexC340A0043121813c3433
Octal303100240010322304746463
Binary11000011100000010100000010000111001011000100111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C340A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C340A0; }

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

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

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

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

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

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

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

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