#C15088

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

Shades of Mulberry #C15088

Tints of Mulberry #C15088

Color information

#C15088 (or 0xC15088) is unknown color: approx Mulberry. HEX triplet: C1, 50 and 88. RGB value is (193,80,136). Sum of RGB (Red+Green+Blue) = 193+80+136=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15088 is #3EAF77. Grayscale: #787878. Windows color (decimal): -4108152 or 8933569. OLE color: 8933569.

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

Color convert

RGB19380136-
CMYK00.590.300.24
HSL330.27º47.68%53.53%-
HSV(B)330.27º58.55%75.69%-
XYZ29.318.8525.39-
YUV120.17136.94179.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=47.19%
G=19.56%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938013600.590.300.24330.2747.6853.53
HexC1508803B1E1814a3036
Octal30112021007336305126066
Binary1100000110100001000100001110111111011000101001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15088; }

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

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

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

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

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

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

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

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