#C14C9A

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

Shades of Mulberry #C14C9A

Tints of Mulberry #C14C9A

Color information

#C14C9A (or 0xC14C9A) is unknown color: approx Mulberry. HEX triplet: C1, 4C and 9A. RGB value is (193,76,154). Sum of RGB (Red+Green+Blue) = 193+76+154=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C9A is #3EB365. Grayscale: #777777. Windows color (decimal): -4109158 or 10112193. OLE color: 10112193.

HSL color Cylindrical-coordinate representation of color #C14C9A: hue angle of 320º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C9A is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB19376154-
CMYK00.610.200.24
HSL320º48.55%52.75%-
HSV(B)320º60.62%75.69%-
XYZ30.4118.8432.61-
YUV119.87147.26180.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=45.63%
G=17.97%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937615400.610.200.2432048.5552.75
HexC14C9A03D14181403135
Octal30111423207524305006165
Binary1100000110011001001101001111011010011000101000000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C9A; }

 p { color: rgb(193,76,154); }

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

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

 a { background-color: rgb(193,76,154); }

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

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

 span { border-color: rgb(193,76,154); }

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