#C12D5C

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

Shades of Old Rose #C12D5C

Tints of Old Rose #C12D5C

Color information

#C12D5C (or 0xC12D5C) is unknown color: approx Old Rose. HEX triplet: C1, 2D and 5C. RGB value is (193,45,92). Sum of RGB (Red+Green+Blue) = 193+45+92=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D5C is #3ED2A3. Grayscale: #5E5E5E. Windows color (decimal): -4117156 or 6041025. OLE color: 6041025.

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

Color convert

RGB1934592-
CMYK00.770.520.24
HSL340.95º62.18%46.67%-
HSV(B)340.95º76.68%75.69%-
XYZ24.8613.9911.51-
YUV94.61126.53198.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=58.48%
G=13.64%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193459200.770.520.24340.9562.1846.67
HexC12D5C04D34181553e2f
Octal30155134011564305257657
Binary1100000110110110111000100110111010011000101010101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D5C; }

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

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

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

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

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

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

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

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