#C43760

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

Shades of Old Rose #C43760

Tints of Old Rose #C43760

Color information

#C43760 (or 0xC43760) is unknown color: approx Old Rose. HEX triplet: C4, 37 and 60. RGB value is (196,55,96). Sum of RGB (Red+Green+Blue) = 196+55+96=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C43760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43760 is #3BC89F. Grayscale: #656565. Windows color (decimal): -3917984 or 6305732. OLE color: 6305732.

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

Color convert

RGB1965596-
CMYK00.720.510.23
HSL342.55º56.18%49.22%-
HSV(B)342.55º71.94%76.86%-
XYZ26.2415.3112.64-
YUV101.83124.71195.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.48%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=56.48%
G=15.85%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196559600.720.510.23342.5556.1849.22
HexC4376004833171573831
Octal30467140011063275277061
Binary1100010011011111000000100100011001110111101010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43760; }

 p { color: rgb(196,55,96); }

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

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

 a { background-color: rgb(196,55,96); }

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

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

 span { border-color: rgb(196,55,96); }

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