#C348A2

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

Shades of Mulberry #C348A2

Tints of Mulberry #C348A2

Color information

#C348A2 (or 0xC348A2) is unknown color: approx Mulberry. HEX triplet: C3, 48 and A2. RGB value is (195,72,162). Sum of RGB (Red+Green+Blue) = 195+72+162=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C348A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348A2 is #3CB75D. Grayscale: #767676. Windows color (decimal): -3979102 or 10635459. OLE color: 10635459.

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

Color convert

RGB19572162-
CMYK00.630.170.24
HSL316.1º50.62%52.35%-
HSV(B)316.1º63.08%76.47%-
XYZ31.3418.8536.17-
YUV119.04152.25182.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=45.45%
G=16.78%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957216200.630.170.24316.150.6252.35
HexC348A203F111813c3334
Octal30311024207721304746364
Binary1100001110010001010001001111111000111000100111100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348A2; }

 p { color: rgb(195,72,162); }

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

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

 a { background-color: rgb(195,72,162); }

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

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

 span { border-color: rgb(195,72,162); }

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