#C42F56

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

Shades of Old Rose #C42F56

Tints of Old Rose #C42F56

Color information

#C42F56 (or 0xC42F56) is unknown color: approx Old Rose. HEX triplet: C4, 2F and 56. RGB value is (196,47,86). Sum of RGB (Red+Green+Blue) = 196+47+86=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42F56 is #3BD0A9. Grayscale: #5F5F5F. Windows color (decimal): -3920042 or 5648324. OLE color: 5648324.

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

Color convert

RGB1964786-
CMYK00.760.560.23
HSL344.3º61.32%47.65%-
HSV(B)344.3º76.02%76.86%-
XYZ25.4614.4410.25-
YUV96122.36199.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=59.57%
G=14.29%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196478600.760.560.23344.361.3247.65
HexC42F5604C38171583d30
Octal30457126011470275307560
Binary1100010010111110101100100110011100010111101011000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42F56; }

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

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

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

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

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

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

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

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