#C345A6

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

Shades of Mulberry #C345A6

Tints of Mulberry #C345A6

Color information

#C345A6 (or 0xC345A6) is unknown color: approx Mulberry. HEX triplet: C3, 45 and A6. RGB value is (195,69,166). Sum of RGB (Red+Green+Blue) = 195+69+166=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C345A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345A6 is #3CBA59. Grayscale: #757575. Windows color (decimal): -3979866 or 10896835. OLE color: 10896835.

HSL color Cylindrical-coordinate representation of color #C345A6: hue angle of 313.81º 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 #C345A6 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19569166-
CMYK00.650.150.24
HSL313.81º51.22%51.76%-
HSV(B)313.81º64.62%76.47%-
XYZ31.5218.6138.01-
YUV117.73155.24183.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 166 (65.23% from 255) = 38.60%
R=45.35%
G=16.05%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956916600.650.150.24313.8151.2251.76
HexC345A6041F1813a3334
Octal303105246010117304726364
Binary1100001110001011010011001000001111111000100111010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345A6; }

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

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

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

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

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

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

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

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