#C43557

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

Shades of Old Rose #C43557

Tints of Old Rose #C43557

Color information

#C43557 (or 0xC43557) is unknown color: approx Old Rose. HEX triplet: C4, 35 and 57. RGB value is (196,53,87). Sum of RGB (Red+Green+Blue) = 196+53+87=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C43557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43557 is #3BCAA8. Grayscale: #636363. Windows color (decimal): -3918505 or 5715396. OLE color: 5715396.

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

Color convert

RGB1965387-
CMYK00.730.560.23
HSL345.73º57.43%48.82%-
HSV(B)345.73º72.96%76.86%-
XYZ25.7614.9710.55-
YUV99.63120.88196.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.33%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=58.33%
G=15.77%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196538700.730.560.23345.7357.4348.82
HexC43557049381715a3931
Octal30465127011170275327161
Binary1100010011010110101110100100111100010111101011010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43557; }

 p { color: rgb(196,53,87); }

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

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

 a { background-color: rgb(196,53,87); }

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

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

 span { border-color: rgb(196,53,87); }

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