#C62A4E

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

Shades of Old Rose #C62A4E

Tints of Old Rose #C62A4E

Color information

#C62A4E (or 0xC62A4E) is unknown color: approx Old Rose. HEX triplet: C6, 2A and 4E. RGB value is (198,42,78). Sum of RGB (Red+Green+Blue) = 198+42+78=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A4E is #39D5B1. Grayscale: #5C5C5C. Windows color (decimal): -3790258 or 5122758. OLE color: 5122758.

HSL color Cylindrical-coordinate representation of color #C62A4E: hue angle of 346.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62A4E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1984278-
CMYK00.790.610.22
HSL346.15º65%47.06%-
HSV(B)346.15º78.79%77.65%-
XYZ25.4914.218.61-
YUV92.75119.68203.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.26%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=62.26%
G=13.21%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198427800.790.610.22346.156547.06
HexC62A4E04F3D1615a412f
Octal306521160117752653210157
Binary11000110101010100111001001111111101101101010110101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62A4E; }

 p { color: rgb(198,42,78); }

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

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

 a { background-color: rgb(198,42,78); }

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

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

 span { border-color: rgb(198,42,78); }

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