#c11e57

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

Shades of Old Rose #C11E57

Tints of Old Rose #C11E57

Color information

#C11E57 (or 0xC11E57) is unknown color: approx Old Rose. HEX triplet: C1, 1E and 57. RGB value is (193,30,87). Sum of RGB (Red+Green+Blue) = 193+30+87=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E57 is #3EE1A8. Grayscale: #555555. Windows color (decimal): -4121001 or 5709505. OLE color: 5709505.

HSL color Cylindrical-coordinate representation of color #C11E57: hue angle of 339.02º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E57 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1933087-
CMYK00.840.550.24
HSL339.02º73.09%43.73%-
HSV(B)339.02º84.46%75.69%-
XYZ24.1812.9510.24-
YUV85.24129204.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.26%
GREEN value IS 30 (12.11% from 255) = 9.68%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=62.26%
G=9.68%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193308700.840.550.24339.0273.0943.73
HexC11E570543718153492c
Octal301361270124673052311154
Binary1100000111110101011101010100110111110001010100111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11e57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11e57; }

 p { color: rgb(193,30,87); }

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

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

 a { background-color: rgb(193,30,87); }

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

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

 span { border-color: rgb(193,30,87); }

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