#C15CA3

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

Shades of Mulberry #C15CA3

Tints of Mulberry #C15CA3

Color information

#C15CA3 (or 0xC15CA3) is unknown color: approx Mulberry. HEX triplet: C1, 5C and A3. RGB value is (193,92,163). Sum of RGB (Red+Green+Blue) = 193+92+163=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15CA3 is #3EA35C. Grayscale: #828282. Windows color (decimal): -4105053 or 10706113. OLE color: 10706113.

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

Color convert

RGB19392163-
CMYK00.520.160.24
HSL317.82º44.89%55.88%-
HSV(B)317.82º52.33%75.69%-
XYZ32.4321.6437.12-
YUV130.29146.46172.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 163 (64.06% from 255) = 36.38%
R=43.08%
G=20.54%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939216300.520.160.24317.8244.8955.88
HexC15CA3034101813e2d38
Octal30113424306420304765570
Binary1100000110111001010001101101001000011000100111110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CA3; }

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

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

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

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

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

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

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

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