#C12D65

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

Shades of Old Rose #C12D65

Tints of Old Rose #C12D65

Color information

#C12D65 (or 0xC12D65) is unknown color: approx Old Rose. HEX triplet: C1, 2D and 65. RGB value is (193,45,101). Sum of RGB (Red+Green+Blue) = 193+45+101=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D65 is #3ED29A. Grayscale: #5F5F5F. Windows color (decimal): -4117147 or 6630849. OLE color: 6630849.

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

Color convert

RGB19345101-
CMYK00.770.480.24
HSL337.3º62.18%46.67%-
HSV(B)337.3º76.68%75.69%-
XYZ25.2814.1513.71-
YUV95.64131.03197.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=56.93%
G=13.27%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934510100.770.480.24337.362.1846.67
HexC12D6504D30181513e2f
Octal30155145011560305217657
Binary1100000110110111001010100110111000011000101010001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D65; }

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

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

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

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

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

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

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

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