#C11E63

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

Shades of Old Rose #C11E63

Tints of Old Rose #C11E63

Color information

#C11E63 (or 0xC11E63) is unknown color: approx Old Rose. HEX triplet: C1, 1E and 63. RGB value is (193,30,99). Sum of RGB (Red+Green+Blue) = 193+30+99=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E63 is #3EE19C. Grayscale: #565656. Windows color (decimal): -4120989 or 6495937. OLE color: 6495937.

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

Color convert

RGB1933099-
CMYK00.840.490.24
HSL334.6º73.09%43.73%-
HSV(B)334.6º84.46%75.69%-
XYZ24.7113.1713.04-
YUV86.6135203.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.94%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=59.94%
G=9.32%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193309900.840.490.24334.673.0943.73
HexC11E63054311814f492c
Octal301361430124613051711154
Binary1100000111110110001101010100110001110001010011111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E63; }

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

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

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

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

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

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

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

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