#C3488B

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

Shades of Mulberry #C3488B

Tints of Mulberry #C3488B

Color information

#C3488B (or 0xC3488B) is unknown color: approx Mulberry. HEX triplet: C3, 48 and 8B. RGB value is (195,72,139). Sum of RGB (Red+Green+Blue) = 195+72+139=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3488B is #3CB774. Grayscale: #747474. Windows color (decimal): -3979125 or 9128131. OLE color: 9128131.

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

Color convert

RGB19572139-
CMYK00.630.290.24
HSL327.32º50.62%52.35%-
HSV(B)327.32º63.08%76.47%-
XYZ29.4818.126.37-
YUV116.42140.75184.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 72 (28.52% from 255) = 17.73%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=48.03%
G=17.73%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957213900.630.290.24327.3250.6252.35
HexC3488B03F1D181473334
Octal30311021307735305076364
Binary1100001110010001000101101111111110111000101000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3488B; }

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

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

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

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

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

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

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

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