#C12253

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

Shades of Old Rose #C12253

Tints of Old Rose #C12253

Color information

#C12253 (or 0xC12253) is unknown color: approx Old Rose. HEX triplet: C1, 22 and 53. RGB value is (193,34,83). Sum of RGB (Red+Green+Blue) = 193+34+83=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C12253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12253 is #3EDDAC. Grayscale: #575757. Windows color (decimal): -4119981 or 5448385. OLE color: 5448385.

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

Color convert

RGB1933483-
CMYK00.820.570.24
HSL341.51º70.04%44.51%-
HSV(B)341.51º82.38%75.69%-
XYZ24.1313.119.44-
YUV87.13125.68203.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.26%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=62.26%
G=10.97%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193348300.820.570.24341.5170.0444.51
HexC122530523918156462d
Octal301421230122713052610655
Binary11000001100010101001101010010111001110001010101101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12253; }

 p { color: rgb(193,34,83); }

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

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

 a { background-color: rgb(193,34,83); }

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

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

 span { border-color: rgb(193,34,83); }

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