#C11D60

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

Shades of Old Rose #C11D60

Tints of Old Rose #C11D60

Color information

#C11D60 (or 0xC11D60) is unknown color: approx Old Rose. HEX triplet: C1, 1D and 60. RGB value is (193,29,96). Sum of RGB (Red+Green+Blue) = 193+29+96=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11D60 is #3EE29F. Grayscale: #555555. Windows color (decimal): -4121248 or 6299073. OLE color: 6299073.

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

Color convert

RGB1932996-
CMYK00.850.500.24
HSL335.49º73.87%43.53%-
HSV(B)335.49º84.97%75.69%-
XYZ24.5413.0612.29-
YUV85.67133.83204.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.69%
GREEN value IS 29 (11.72% from 255) = 9.12%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=60.69%
G=9.12%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193299600.850.500.24335.4973.8743.53
HexC11D60055321814f4a2c
Octal301351400125623051711254
Binary1100000111101110000001010101110010110001010011111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11D60; }

 p { color: rgb(193,29,96); }

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

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

 a { background-color: rgb(193,29,96); }

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

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

 span { border-color: rgb(193,29,96); }

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