#C43457

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

Shades of Old Rose #C43457

Tints of Old Rose #C43457

Color information

#C43457 (or 0xC43457) is unknown color: approx Old Rose. HEX triplet: C4, 34 and 57. RGB value is (196,52,87). Sum of RGB (Red+Green+Blue) = 196+52+87=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C43457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43457 is #3BCBA8. Grayscale: #636363. Windows color (decimal): -3918761 or 5715140. OLE color: 5715140.

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

Color convert

RGB1965287-
CMYK00.730.560.23
HSL345.42º58.06%48.63%-
HSV(B)345.42º73.47%76.86%-
XYZ25.7114.8810.53-
YUV99.05121.21197.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=58.51%
G=15.52%
B=25.97%

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
Decimal196528700.730.560.23345.4258.0648.63
HexC4345704938171593a31
Octal30464127011170275317261
Binary1100010011010010101110100100111100010111101011001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43457; }

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

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

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

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

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

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

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

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