#C12D5A

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

Shades of Old Rose #C12D5A

Tints of Old Rose #C12D5A

Color information

#C12D5A (or 0xC12D5A) is unknown color: approx Old Rose. HEX triplet: C1, 2D and 5A. RGB value is (193,45,90). Sum of RGB (Red+Green+Blue) = 193+45+90=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D5A is #3ED2A5. Grayscale: #5E5E5E. Windows color (decimal): -4117158 or 5909953. OLE color: 5909953.

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

Color convert

RGB1934590-
CMYK00.770.530.24
HSL341.76º62.18%46.67%-
HSV(B)341.76º76.68%75.69%-
XYZ24.7813.9511.06-
YUV94.38125.53198.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=58.84%
G=13.72%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193459000.770.530.24341.7662.1846.67
HexC12D5A04D35181563e2f
Octal30155132011565305267657
Binary1100000110110110110100100110111010111000101010110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D5A; }

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

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

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

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

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

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

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

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