#C3488A

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

Shades of Mulberry #C3488A

Tints of Mulberry #C3488A

Color information

#C3488A (or 0xC3488A) is unknown color: approx Mulberry. HEX triplet: C3, 48 and 8A. RGB value is (195,72,138). Sum of RGB (Red+Green+Blue) = 195+72+138=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3488A is #3CB775. Grayscale: #747474. Windows color (decimal): -3979126 or 9062595. OLE color: 9062595.

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

Color convert

RGB19572138-
CMYK00.630.290.24
HSL327.8º50.62%52.35%-
HSV(B)327.8º63.08%76.47%-
XYZ29.4118.0725.98-
YUV116.3140.25184.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=48.15%
G=17.78%
B=34.07%

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
Decimal1957213800.630.290.24327.850.6252.35
HexC3488A03F1D181483334
Octal30311021207735305106364
Binary1100001110010001000101001111111110111000101001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3488A; }

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

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

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

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

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

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

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

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