#C42D60

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

Shades of Old Rose #C42D60

Tints of Old Rose #C42D60

Color information

#C42D60 (or 0xC42D60) is unknown color: approx Old Rose. HEX triplet: C4, 2D and 60. RGB value is (196,45,96). Sum of RGB (Red+Green+Blue) = 196+45+96=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D60 is #3BD29F. Grayscale: #5F5F5F. Windows color (decimal): -3920544 or 6303172. OLE color: 6303172.

HSL color Cylindrical-coordinate representation of color #C42D60: hue angle of 339.74º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D60 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1964596-
CMYK00.770.510.23
HSL339.74º62.66%47.25%-
HSV(B)339.74º77.04%76.86%-
XYZ25.8114.4612.5-
YUV95.96128.03199.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=58.16%
G=13.35%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196459600.770.510.23339.7462.6647.25
HexC42D6004D33171543f2f
Octal30455140011563275247757
Binary1100010010110111000000100110111001110111101010100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42D60; }

 p { color: rgb(196,45,96); }

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

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

 a { background-color: rgb(196,45,96); }

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

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

 span { border-color: rgb(196,45,96); }

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