#C12255

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

Shades of Old Rose #C12255

Tints of Old Rose #C12255

Color information

#C12255 (or 0xC12255) is unknown color: approx Old Rose. HEX triplet: C1, 22 and 55. RGB value is (193,34,85). Sum of RGB (Red+Green+Blue) = 193+34+85=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C12255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12255 is #3EDDAA. Grayscale: #575757. Windows color (decimal): -4119979 or 5579457. OLE color: 5579457.

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

Color convert

RGB1933485-
CMYK00.820.560.24
HSL340.75º70.04%44.51%-
HSV(B)340.75º82.38%75.69%-
XYZ24.213.149.85-
YUV87.35126.68203.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.86%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=61.86%
G=10.90%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193348500.820.560.24340.7570.0444.51
HexC122550523818155462d
Octal301421250122703052510655
Binary11000001100010101010101010010111000110001010101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12255; }

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

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

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

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

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

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

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

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