#C14087

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

Shades of Mulberry #C14087

Tints of Mulberry #C14087

Color information

#C14087 (or 0xC14087) is unknown color: approx Mulberry. HEX triplet: C1, 40 and 87. RGB value is (193,64,135). Sum of RGB (Red+Green+Blue) = 193+64+135=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C14087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14087 is #3EBF78. Grayscale: #6E6E6E. Windows color (decimal): -4112249 or 8863937. OLE color: 8863937.

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

Color convert

RGB19364135-
CMYK00.670.300.24
HSL326.98º50.99%50.39%-
HSV(B)326.98º66.84%75.69%-
XYZ28.216.7524.67-
YUV110.66141.74186.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=49.23%
G=16.33%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936413500.670.300.24326.9850.9950.39
HexC140870431E181473332
Octal301100207010336305076362
Binary11000001100000010000111010000111111011000101000111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14087; }

 p { color: rgb(193,64,135); }

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

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

 a { background-color: rgb(193,64,135); }

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

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

 span { border-color: rgb(193,64,135); }

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