#C41C54

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

Shades of Old Rose #C41C54

Tints of Old Rose #C41C54

Color information

#C41C54 (or 0xC41C54) is unknown color: approx Old Rose. HEX triplet: C4, 1C and 54. RGB value is (196,28,84). Sum of RGB (Red+Green+Blue) = 196+28+84=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C54 is #3BE3AB. Grayscale: #545454. Windows color (decimal): -3924908 or 5512388. OLE color: 5512388.

HSL color Cylindrical-coordinate representation of color #C41C54: hue angle of 340º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C54 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB1962884-
CMYK00.860.570.23
HSL340º75%43.92%-
HSV(B)340º85.71%76.86%-
XYZ24.7813.219.63-
YUV84.62127.66207.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.64%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196288400.860.570.233407543.92
HexC41C5405639171544b2c
Octal304341240126712752411354
Binary1100010011100101010001010110111001101111010101001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41C54; }

 p { color: rgb(196,28,84); }

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

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

 a { background-color: rgb(196,28,84); }

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

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

 span { border-color: rgb(196,28,84); }

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