#C12D58

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

Shades of Old Rose #C12D58

Tints of Old Rose #C12D58

Color information

#C12D58 (or 0xC12D58) is unknown color: approx Old Rose. HEX triplet: C1, 2D and 58. RGB value is (193,45,88). Sum of RGB (Red+Green+Blue) = 193+45+88=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D58 is #3ED2A7. Grayscale: #5E5E5E. Windows color (decimal): -4117160 or 5778881. OLE color: 5778881.

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

Color convert

RGB1934588-
CMYK00.770.540.24
HSL342.57º62.18%46.67%-
HSV(B)342.57º76.68%75.69%-
XYZ24.6913.9210.62-
YUV94.15124.53198.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=59.20%
G=13.80%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193458800.770.540.24342.5762.1846.67
HexC12D5804D36181573e2f
Octal30155130011566305277657
Binary1100000110110110110000100110111011011000101010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D58; }

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

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

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

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

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

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

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

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