#C15C88

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

Shades of Mulberry #C15C88

Tints of Mulberry #C15C88

Color information

#C15C88 (or 0xC15C88) is unknown color: approx Mulberry. HEX triplet: C1, 5C and 88. RGB value is (193,92,136). Sum of RGB (Red+Green+Blue) = 193+92+136=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C88 is #3EA377. Grayscale: #7F7F7F. Windows color (decimal): -4105080 or 8936641. OLE color: 8936641.

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

Color convert

RGB19392136-
CMYK00.520.300.24
HSL333.86º44.89%55.88%-
HSV(B)333.86º52.33%75.69%-
XYZ30.2620.7725.71-
YUV127.22132.96174.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=45.84%
G=21.85%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939213600.520.300.24333.8644.8955.88
HexC15C880341E1814e2d38
Octal30113421006436305165570
Binary1100000110111001000100001101001111011000101001110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15C88; }

 p { color: rgb(193,92,136); }

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

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

 a { background-color: rgb(193,92,136); }

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

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

 span { border-color: rgb(193,92,136); }

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