#C13E54

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

Shades of Old Rose #C13E54

Tints of Old Rose #C13E54

Color information

#C13E54 (or 0xC13E54) is unknown color: approx Old Rose. HEX triplet: C1, 3E and 54. RGB value is (193,62,84). Sum of RGB (Red+Green+Blue) = 193+62+84=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E54 is #3EC1AB. Grayscale: #676767. Windows color (decimal): -4112812 or 5521089. OLE color: 5521089.

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

Color convert

RGB1936284-
CMYK00.680.560.24
HSL349.92º51.37%50%-
HSV(B)349.92º67.88%75.69%-
XYZ25.3215.4210.03-
YUV103.68116.9191.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=56.93%
G=18.29%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193628400.680.560.24349.9251.3750
HexC13E54044381815e3332
Octal30176124010470305366362
Binary1100000111111010101000100010011100011000101011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E54; }

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

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

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

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

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

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

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

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