#C15295

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

Shades of Mulberry #C15295

Tints of Mulberry #C15295

Color information

#C15295 (or 0xC15295) is unknown color: approx Mulberry. HEX triplet: C1, 52 and 95. RGB value is (193,82,149). Sum of RGB (Red+Green+Blue) = 193+82+149=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C15295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15295 is #3EAD6A. Grayscale: #7A7A7A. Windows color (decimal): -4107627 or 9786049. OLE color: 9786049.

HSL color Cylindrical-coordinate representation of color #C15295: hue angle of 323.78º 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 #C15295 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19382149-
CMYK00.580.230.24
HSL323.78º47.23%53.92%-
HSV(B)323.78º57.51%75.69%-
XYZ30.4319.5430.6-
YUV122.83142.77178.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=45.52%
G=19.34%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938214900.580.230.24323.7847.2353.92
HexC1529503A17181442f36
Octal30112222507227305045766
Binary1100000110100101001010101110101011111000101000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15295; }

 p { color: rgb(193,82,149); }

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

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

 a { background-color: rgb(193,82,149); }

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

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

 span { border-color: rgb(193,82,149); }

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