#C12A4E

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

Shades of Old Rose #C12A4E

Tints of Old Rose #C12A4E

Color information

#C12A4E (or 0xC12A4E) is unknown color: approx Old Rose. HEX triplet: C1, 2A and 4E. RGB value is (193,42,78). Sum of RGB (Red+Green+Blue) = 193+42+78=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A4E is #3ED5B1. Grayscale: #5B5B5B. Windows color (decimal): -4117938 or 5122753. OLE color: 5122753.

HSL color Cylindrical-coordinate representation of color #C12A4E: hue angle of 345.7º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A4E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1934278-
CMYK00.780.600.24
HSL345.7º64.26%46.08%-
HSV(B)345.7º78.24%75.69%-
XYZ24.213.548.55-
YUV91.25120.53200.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 42 (16.80% from 255) = 13.42%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=61.66%
G=13.42%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193427800.780.600.24345.764.2646.08
HexC12A4E04E3C1815a402e
Octal301521160116743053210056
Binary11000001101010100111001001110111100110001010110101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A4E; }

 p { color: rgb(193,42,78); }

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

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

 a { background-color: rgb(193,42,78); }

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

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

 span { border-color: rgb(193,42,78); }

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