#C42F63

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

Shades of Old Rose #C42F63

Tints of Old Rose #C42F63

Color information

#C42F63 (or 0xC42F63) is unknown color: approx Old Rose. HEX triplet: C4, 2F and 63. RGB value is (196,47,99). Sum of RGB (Red+Green+Blue) = 196+47+99=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42F63 is #3BD09C. Grayscale: #616161. Windows color (decimal): -3920029 or 6500292. OLE color: 6500292.

HSL color Cylindrical-coordinate representation of color #C42F63: hue angle of 339.06º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42F63 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB1964799-
CMYK00.760.490.23
HSL339.06º61.32%47.65%-
HSV(B)339.06º76.02%76.86%-
XYZ26.0314.6713.26-
YUV97.48128.86198.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 47 (18.75% from 255) = 13.74%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=57.31%
G=13.74%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196479900.760.490.23339.0661.3247.65
HexC42F6304C31171533d30
Octal30457143011461275237560
Binary1100010010111111000110100110011000110111101010011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42F63; }

 p { color: rgb(196,47,99); }

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

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

 a { background-color: rgb(196,47,99); }

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

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

 span { border-color: rgb(196,47,99); }

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