#C146A1

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

Shades of Mulberry #C146A1

Tints of Mulberry #C146A1

Color information

#C146A1 (or 0xC146A1) is unknown color: approx Mulberry. HEX triplet: C1, 46 and A1. RGB value is (193,70,161). Sum of RGB (Red+Green+Blue) = 193+70+161=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C146A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146A1 is #3EB95E. Grayscale: #747474. Windows color (decimal): -4110687 or 10569409. OLE color: 10569409.

HSL color Cylindrical-coordinate representation of color #C146A1: hue angle of 315.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C146A1 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19370161-
CMYK00.640.170.24
HSL315.61º49.8%51.57%-
HSV(B)315.61º63.73%75.69%-
XYZ30.6218.2935.64-
YUV117.15152.75182.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 161 (63.28% from 255) = 37.97%
R=45.52%
G=16.51%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937016100.640.170.24315.6149.851.57
HexC146A1040111813c3234
Octal301106241010021304746264
Binary11000001100011010100001010000001000111000100111100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C146A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C146A1; }

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

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

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

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

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

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

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

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