#C15CA1

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

Shades of Mulberry #C15CA1

Tints of Mulberry #C15CA1

Color information

#C15CA1 (or 0xC15CA1) is unknown color: approx Mulberry. HEX triplet: C1, 5C and A1. RGB value is (193,92,161). Sum of RGB (Red+Green+Blue) = 193+92+161=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15CA1 is #3EA35E. Grayscale: #818181. Windows color (decimal): -4105055 or 10575041. OLE color: 10575041.

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

Color convert

RGB19392161-
CMYK00.520.170.24
HSL319.01º44.89%55.88%-
HSV(B)319.01º52.33%75.69%-
XYZ32.2521.5636.18-
YUV130.06145.46172.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=43.27%
G=20.63%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939216100.520.170.24319.0144.8955.88
HexC15CA1034111813f2d38
Octal30113424106421304775570
Binary1100000110111001010000101101001000111000100111111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CA1; }

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

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

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

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

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

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

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

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