#C42D62

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

Shades of Old Rose #C42D62

Tints of Old Rose #C42D62

Color information

#C42D62 (or 0xC42D62) is unknown color: approx Old Rose. HEX triplet: C4, 2D and 62. RGB value is (196,45,98). Sum of RGB (Red+Green+Blue) = 196+45+98=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D62 is #3BD29D. Grayscale: #606060. Windows color (decimal): -3920542 or 6434244. OLE color: 6434244.

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

Color convert

RGB1964598-
CMYK00.770.50.23
HSL338.94º62.66%47.25%-
HSV(B)338.94º77.04%76.86%-
XYZ25.9114.4912.99-
YUV96.19129.03199.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.82%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=57.82%
G=13.27%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196459800.770.50.23338.9462.6647.25
HexC42D6204D32171533f2f
Octal30455142011562275237757
Binary1100010010110111000100100110111001010111101010011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42D62; }

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

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

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

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

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

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

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

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