#c15f9e

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

Shades of Mulberry #C15F9E

Tints of Mulberry #C15F9E

Color information

#C15F9E (or 0xC15F9E) is unknown color: approx Mulberry. HEX triplet: C1, 5F and 9E. RGB value is (193,95,158). Sum of RGB (Red+Green+Blue) = 193+95+158=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F9E is #3EA061. Grayscale: #838383. Windows color (decimal): -4104290 or 10379201. OLE color: 10379201.

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

Color convert

RGB19395158-
CMYK00.510.180.24
HSL321.43º44.14%56.47%-
HSV(B)321.43º50.78%75.69%-
XYZ32.2621.9934.89-
YUV131.48142.97171.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=43.27%
G=21.30%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939515800.510.180.24321.4344.1456.47
HexC15F9E03312181412c38
Octal30113723606322305015470
Binary1100000110111111001111001100111001011000101000001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15f9e; }

 p { color: rgb(193,95,158); }

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

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

 a { background-color: rgb(193,95,158); }

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

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

 span { border-color: rgb(193,95,158); }

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