#C1518F

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

Shades of Mulberry #C1518F

Tints of Mulberry #C1518F

Color information

#C1518F (or 0xC1518F) is unknown color: approx Mulberry. HEX triplet: C1, 51 and 8F. RGB value is (193,81,143). Sum of RGB (Red+Green+Blue) = 193+81+143=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1518F is #3EAE70. Grayscale: #797979. Windows color (decimal): -4107889 or 9392577. OLE color: 9392577.

HSL color Cylindrical-coordinate representation of color #C1518F: hue angle of 326.79º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1518F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19381143-
CMYK00.580.260.24
HSL326.79º47.46%53.73%-
HSV(B)326.79º58.03%75.69%-
XYZ29.8919.2128.12-
YUV121.56140.11178.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=46.28%
G=19.42%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938114300.580.260.24326.7947.4653.73
HexC1518F03A1A181472f36
Octal30112121707232305075766
Binary1100000110100011000111101110101101011000101000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1518F; }

 p { color: rgb(193,81,143); }

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

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

 a { background-color: rgb(193,81,143); }

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

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

 span { border-color: rgb(193,81,143); }

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