#C42F62

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

Shades of Old Rose #C42F62

Tints of Old Rose #C42F62

Color information

#C42F62 (or 0xC42F62) is unknown color: approx Old Rose. HEX triplet: C4, 2F and 62. RGB value is (196,47,98). Sum of RGB (Red+Green+Blue) = 196+47+98=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42F62 is #3BD09D. Grayscale: #616161. Windows color (decimal): -3920030 or 6434756. OLE color: 6434756.

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

Color convert

RGB1964798-
CMYK00.760.50.23
HSL339.46º61.32%47.65%-
HSV(B)339.46º76.02%76.86%-
XYZ25.9914.6513.01-
YUV97.36128.36198.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.48%
GREEN value IS 47 (18.75% from 255) = 13.78%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=57.48%
G=13.78%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196479800.760.50.23339.4661.3247.65
HexC42F6204C32171533d30
Octal30457142011462275237560
Binary1100010010111111000100100110011001010111101010011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42F62; }

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

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

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

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

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

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

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

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