#C42954

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

Shades of Old Rose #C42954

Tints of Old Rose #C42954

Color information

#C42954 (or 0xC42954) is unknown color: approx Old Rose. HEX triplet: C4, 29 and 54. RGB value is (196,41,84). Sum of RGB (Red+Green+Blue) = 196+41+84=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C42954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42954 is #3BD6AB. Grayscale: #5C5C5C. Windows color (decimal): -3921580 or 5515716. OLE color: 5515716.

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

Color convert

RGB1964184-
CMYK00.790.570.23
HSL343.35º65.4%46.47%-
HSV(B)343.35º79.08%76.86%-
XYZ25.1613.969.76-
YUV92.25123.35202-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.06%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=61.06%
G=12.77%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196418400.790.570.23343.3565.446.47
HexC4295404F3917157412e
Octal304511240117712752710156
Binary11000100101001101010001001111111001101111010101111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42954; }

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

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

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

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

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

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

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

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