#C11E4A

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

Shades of Old Rose #C11E4A

Tints of Old Rose #C11E4A

Color information

#C11E4A (or 0xC11E4A) is unknown color: approx Old Rose. HEX triplet: C1, 1E and 4A. RGB value is (193,30,74). Sum of RGB (Red+Green+Blue) = 193+30+74=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E4A is #3EE1B5. Grayscale: #535353. Windows color (decimal): -4121014 or 4857537. OLE color: 4857537.

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

Color convert

RGB1933074-
CMYK00.840.620.24
HSL343.8º73.09%43.73%-
HSV(B)343.8º84.46%75.69%-
XYZ23.6912.767.69-
YUV83.75122.5205.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=64.98%
G=10.10%
B=24.92%

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
Decimal193307400.840.620.24343.873.0943.73
HexC11E4A0543E18158492c
Octal301361120124763053011154
Binary1100000111110100101001010100111110110001010110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E4A; }

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

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

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

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

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

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

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

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