#C15282

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

Shades of Mulberry #C15282

Tints of Mulberry #C15282

Color information

#C15282 (or 0xC15282) is unknown color: approx Mulberry. HEX triplet: C1, 52 and 82. RGB value is (193,82,130). Sum of RGB (Red+Green+Blue) = 193+82+130=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C15282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15282 is #3EAD7D. Grayscale: #787878. Windows color (decimal): -4107646 or 8540865. OLE color: 8540865.

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

Color convert

RGB19382130-
CMYK00.580.330.24
HSL334.05º47.23%53.92%-
HSV(B)334.05º57.51%75.69%-
XYZ29.0418.9823.25-
YUV120.66133.27179.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=47.65%
G=20.25%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938213000.580.330.24334.0547.2353.92
HexC1528203A211814e2f36
Octal30112220207241305165766
Binary11000001101001010000010011101010000111000101001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15282; }

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

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

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

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

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

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

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

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