#C15598

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

Shades of Mulberry #C15598

Tints of Mulberry #C15598

Color information

#C15598 (or 0xC15598) is unknown color: approx Mulberry. HEX triplet: C1, 55 and 98. RGB value is (193,85,152). Sum of RGB (Red+Green+Blue) = 193+85+152=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C15598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15598 is #3EAA67. Grayscale: #7C7C7C. Windows color (decimal): -4106856 or 9983425. OLE color: 9983425.

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

Color convert

RGB19385152-
CMYK00.560.210.24
HSL322.78º46.55%54.51%-
HSV(B)322.78º55.96%75.69%-
XYZ30.9120.131.96-
YUV124.93143.28176.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=44.88%
G=19.77%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938515200.560.210.24322.7846.5554.51
HexC1559803815181432f37
Octal30112523007025305035767
Binary1100000110101011001100001110001010111000101000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15598; }

 p { color: rgb(193,85,152); }

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

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

 a { background-color: rgb(193,85,152); }

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

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

 span { border-color: rgb(193,85,152); }

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