#C12E5A

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

Shades of Old Rose #C12E5A

Tints of Old Rose #C12E5A

Color information

#C12E5A (or 0xC12E5A) is unknown color: approx Old Rose. HEX triplet: C1, 2E and 5A. RGB value is (193,46,90). Sum of RGB (Red+Green+Blue) = 193+46+90=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12E5A is #3ED1A5. Grayscale: #5E5E5E. Windows color (decimal): -4116902 or 5910209. OLE color: 5910209.

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

Color convert

RGB1934690-
CMYK00.760.530.24
HSL342.04º61.51%46.86%-
HSV(B)342.04º76.17%75.69%-
XYZ24.8114.0311.07-
YUV94.97125.2197.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=58.66%
G=13.98%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193469000.760.530.24342.0461.5146.86
HexC12E5A04C35181563e2f
Octal30156132011465305267657
Binary1100000110111010110100100110011010111000101010110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12E5A; }

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

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

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

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

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

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

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

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