#C12E4A

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

Shades of Old Rose #C12E4A

Tints of Old Rose #C12E4A

Color information

#C12E4A (or 0xC12E4A) is unknown color: approx Old Rose. HEX triplet: C1, 2E and 4A. RGB value is (193,46,74). Sum of RGB (Red+Green+Blue) = 193+46+74=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E4A is #3ED1B5. Grayscale: #5D5D5D. Windows color (decimal): -4116918 or 4861633. OLE color: 4861633.

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

Color convert

RGB1934674-
CMYK00.760.620.24
HSL348.57º61.51%46.86%-
HSV(B)348.57º76.17%75.69%-
XYZ24.2113.797.86-
YUV93.15117.2199.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 46 (18.36% from 255) = 14.70%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=61.66%
G=14.70%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193467400.760.620.24348.5761.5146.86
HexC12E4A04C3E1815d3e2f
Octal30156112011476305357657
Binary1100000110111010010100100110011111011000101011101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12E4A; }

 p { color: rgb(193,46,74); }

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

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

 a { background-color: rgb(193,46,74); }

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

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

 span { border-color: rgb(193,46,74); }

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