#C22954

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

Shades of Old Rose #C22954

Tints of Old Rose #C22954

Color information

#C22954 (or 0xC22954) is unknown color: approx Old Rose. HEX triplet: C2, 29 and 54. RGB value is (194,41,84). Sum of RGB (Red+Green+Blue) = 194+41+84=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C22954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22954 is #3DD6AB. Grayscale: #5B5B5B. Windows color (decimal): -4052652 or 5515714. OLE color: 5515714.

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

Color convert

RGB1944184-
CMYK00.790.570.24
HSL343.14º65.11%46.08%-
HSV(B)343.14º78.87%76.08%-
XYZ24.6413.79.73-
YUV91.65123.69201-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=60.82%
G=12.85%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194418400.790.570.24343.1465.1146.08
HexC2295404F3918157412e
Octal302511240117713052710156
Binary11000010101001101010001001111111001110001010101111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22954; }

 p { color: rgb(194,41,84); }

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

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

 a { background-color: rgb(194,41,84); }

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

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

 span { border-color: rgb(194,41,84); }

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