#C14695

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

Shades of Mulberry #C14695

Tints of Mulberry #C14695

Color information

#C14695 (or 0xC14695) is unknown color: approx Mulberry. HEX triplet: C1, 46 and 95. RGB value is (193,70,149). Sum of RGB (Red+Green+Blue) = 193+70+149=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14695 is #3EB96A. Grayscale: #737373. Windows color (decimal): -4110699 or 9782977. OLE color: 9782977.

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

Color convert

RGB19370149-
CMYK00.640.230.24
HSL321.46º49.8%51.57%-
HSV(B)321.46º63.73%75.69%-
XYZ29.6117.8930.33-
YUV115.78146.75183.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 70 (27.73% from 255) = 16.99%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=46.84%
G=16.99%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937014900.640.230.24321.4649.851.57
HexC1469504017181413234
Octal301106225010027305016264
Binary11000001100011010010101010000001011111000101000001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14695; }

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

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

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

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

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

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

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

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