#C3488C

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

Shades of Mulberry #C3488C

Tints of Mulberry #C3488C

Color information

#C3488C (or 0xC3488C) is unknown color: approx Mulberry. HEX triplet: C3, 48 and 8C. RGB value is (195,72,140). Sum of RGB (Red+Green+Blue) = 195+72+140=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3488C is #3CB773. Grayscale: #747474. Windows color (decimal): -3979124 or 9193667. OLE color: 9193667.

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

Color convert

RGB19572140-
CMYK00.630.280.24
HSL326.83º50.62%52.35%-
HSV(B)326.83º63.08%76.47%-
XYZ29.5618.1326.75-
YUV116.53141.25183.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=47.91%
G=17.69%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957214000.630.280.24326.8350.6252.35
HexC3488C03F1C181473334
Octal30311021407734305076364
Binary1100001110010001000110001111111110011000101000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3488C; }

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

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

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

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

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

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

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

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