#C12F63

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

Shades of Old Rose #C12F63

Tints of Old Rose #C12F63

Color information

#C12F63 (or 0xC12F63) is unknown color: approx Old Rose. HEX triplet: C1, 2F and 63. RGB value is (193,47,99). Sum of RGB (Red+Green+Blue) = 193+47+99=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12F63 is #3ED09C. Grayscale: #606060. Windows color (decimal): -4116637 or 6500289. OLE color: 6500289.

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

Color convert

RGB1934799-
CMYK00.760.490.24
HSL338.63º60.83%47.06%-
HSV(B)338.63º75.65%75.69%-
XYZ25.2614.2713.23-
YUV96.58129.37196.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=56.93%
G=13.86%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193479900.760.490.24338.6360.8347.06
HexC12F6304C31181533d2f
Octal30157143011461305237557
Binary1100000110111111000110100110011000111000101010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12F63; }

 p { color: rgb(193,47,99); }

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

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

 a { background-color: rgb(193,47,99); }

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

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

 span { border-color: rgb(193,47,99); }

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