#C11E49

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

Shades of Old Rose #C11E49

Tints of Old Rose #C11E49

Color information

#C11E49 (or 0xC11E49) is unknown color: approx Old Rose. HEX triplet: C1, 1E and 49. RGB value is (193,30,73). Sum of RGB (Red+Green+Blue) = 193+30+73=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E49 is #3EE1B6. Grayscale: #535353. Windows color (decimal): -4121015 or 4792001. OLE color: 4792001.

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

Color convert

RGB1933073-
CMYK00.840.620.24
HSL344.17º73.09%43.73%-
HSV(B)344.17º84.46%75.69%-
XYZ23.6612.757.52-
YUV83.64122206-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=65.20%
G=10.14%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193307300.840.620.24344.1773.0943.73
HexC11E490543E18158492c
Octal301361110124763053011154
Binary1100000111110100100101010100111110110001010110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E49; }

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

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

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

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

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

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

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

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