#c13a58

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

Shades of Old Rose #C13A58

Tints of Old Rose #C13A58

Color information

#C13A58 (or 0xC13A58) is unknown color: approx Old Rose. HEX triplet: C1, 3A and 58. RGB value is (193,58,88). Sum of RGB (Red+Green+Blue) = 193+58+88=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A58 is #3EC5A7. Grayscale: #656565. Windows color (decimal): -4113832 or 5782209. OLE color: 5782209.

HSL color Cylindrical-coordinate representation of color #C13A58: hue angle of 346.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A58 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1935888-
CMYK00.700.540.24
HSL346.67º53.78%49.22%-
HSV(B)346.67º69.95%75.69%-
XYZ25.2715.0710.81-
YUV101.78120.23193.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=56.93%
G=17.11%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193588800.700.540.24346.6753.7849.22
HexC13A58046361815b3631
Octal30172130010666305336661
Binary1100000111101010110000100011011011011000101011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13a58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13a58; }

 p { color: rgb(193,58,88); }

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

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

 a { background-color: rgb(193,58,88); }

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

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

 span { border-color: rgb(193,58,88); }

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