#C14297

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

Shades of Mulberry #C14297

Tints of Mulberry #C14297

Color information

#C14297 (or 0xC14297) is unknown color: approx Mulberry. HEX triplet: C1, 42 and 97. RGB value is (193,66,151). Sum of RGB (Red+Green+Blue) = 193+66+151=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14297 is #3EBD68. Grayscale: #717171. Windows color (decimal): -4111721 or 9913025. OLE color: 9913025.

HSL color Cylindrical-coordinate representation of color #C14297: hue angle of 319.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14297 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19366151-
CMYK00.660.220.24
HSL319.84º50.6%50.78%-
HSV(B)319.84º65.8%75.69%-
XYZ29.5317.4731.09-
YUV113.66149.08184.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 66 (26.17% from 255) = 16.10%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=47.07%
G=16.10%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936615100.660.220.24319.8450.650.78
HexC1429704216181403333
Octal301102227010226305006363
Binary11000001100001010010111010000101011011000101000000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14297; }

 p { color: rgb(193,66,151); }

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

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

 a { background-color: rgb(193,66,151); }

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

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

 span { border-color: rgb(193,66,151); }

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