#C42F55

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

Shades of Old Rose #C42F55

Tints of Old Rose #C42F55

Color information

#C42F55 (or 0xC42F55) is unknown color: approx Old Rose. HEX triplet: C4, 2F and 55. RGB value is (196,47,85). Sum of RGB (Red+Green+Blue) = 196+47+85=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42F55 is #3BD0AA. Grayscale: #5F5F5F. Windows color (decimal): -3920043 or 5582788. OLE color: 5582788.

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

Color convert

RGB1964785-
CMYK00.760.570.23
HSL344.7º61.32%47.65%-
HSV(B)344.7º76.02%76.86%-
XYZ25.4214.4210.04-
YUV95.88121.86199.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=59.76%
G=14.33%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196478500.760.570.23344.761.3247.65
HexC42F5504C39171593d30
Octal30457125011471275317560
Binary1100010010111110101010100110011100110111101011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42F55; }

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

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

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

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

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

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

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

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