#C12D60

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

Shades of Old Rose #C12D60

Tints of Old Rose #C12D60

Color information

#C12D60 (or 0xC12D60) is unknown color: approx Old Rose. HEX triplet: C1, 2D and 60. RGB value is (193,45,96). Sum of RGB (Red+Green+Blue) = 193+45+96=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D60 is #3ED29F. Grayscale: #5F5F5F. Windows color (decimal): -4117152 or 6303169. OLE color: 6303169.

HSL color Cylindrical-coordinate representation of color #C12D60: hue angle of 339.32º 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 #C12D60 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1934596-
CMYK00.770.500.24
HSL339.32º62.18%46.67%-
HSV(B)339.32º76.68%75.69%-
XYZ25.0414.0612.46-
YUV95.07128.53197.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.78%
GREEN value IS 45 (17.97% from 255) = 13.47%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=57.78%
G=13.47%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193459600.770.500.24339.3262.1846.67
HexC12D6004D32181533e2f
Octal30155140011562305237657
Binary1100000110110111000000100110111001011000101010011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D60; }

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

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

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

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

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

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

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

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