#C42D61

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

Shades of Old Rose #C42D61

Tints of Old Rose #C42D61

Color information

#C42D61 (or 0xC42D61) is unknown color: approx Old Rose. HEX triplet: C4, 2D and 61. RGB value is (196,45,97). Sum of RGB (Red+Green+Blue) = 196+45+97=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D61 is #3BD29E. Grayscale: #606060. Windows color (decimal): -3920543 or 6368708. OLE color: 6368708.

HSL color Cylindrical-coordinate representation of color #C42D61: hue angle of 339.34º 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 #C42D61 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1964597-
CMYK00.770.510.23
HSL339.34º62.66%47.25%-
HSV(B)339.34º77.04%76.86%-
XYZ25.8614.4812.74-
YUV96.08128.53199.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.99%
GREEN value IS 45 (17.97% from 255) = 13.31%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=57.99%
G=13.31%
B=28.70%

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
Decimal196459700.770.510.23339.3462.6647.25
HexC42D6104D33171533f2f
Octal30455141011563275237757
Binary1100010010110111000010100110111001110111101010011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42D61; }

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

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

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

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

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

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

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

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