#C11254

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

Shades of Old Rose #C11254

Tints of Old Rose #C11254

Color information

#C11254 (or 0xC11254) is unknown color: approx Old Rose. HEX triplet: C1, 12 and 54. RGB value is (193,18,84). Sum of RGB (Red+Green+Blue) = 193+18+84=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11254 is #3EEDAB. Grayscale: #4D4D4D. Windows color (decimal): -4124076 or 5509825. OLE color: 5509825.

HSL color Cylindrical-coordinate representation of color #C11254: hue angle of 337.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11254 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1931884-
CMYK00.910.560.24
HSL337.37º82.94%41.37%-
HSV(B)337.37º90.67%75.69%-
XYZ23.8112.419.53-
YUV77.85131.48210.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=65.42%
G=6.10%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193188400.910.560.24337.3782.9441.37
HexC1125405B38181515329
Octal301221240133703052112351
Binary1100000110010101010001011011111000110001010100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11254; }

 p { color: rgb(193,18,84); }

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

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

 a { background-color: rgb(193,18,84); }

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

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

 span { border-color: rgb(193,18,84); }

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