#C43857

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

Shades of Old Rose #C43857

Tints of Old Rose #C43857

Color information

#C43857 (or 0xC43857) is unknown color: approx Old Rose. HEX triplet: C4, 38 and 57. RGB value is (196,56,87). Sum of RGB (Red+Green+Blue) = 196+56+87=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C43857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43857 is #3BC7A8. Grayscale: #656565. Windows color (decimal): -3917737 or 5716164. OLE color: 5716164.

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

Color convert

RGB1965687-
CMYK00.710.560.23
HSL346.71º55.56%49.41%-
HSV(B)346.71º71.43%76.86%-
XYZ25.915.2510.6-
YUV101.39119.88195.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.82%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=57.82%
G=16.52%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196568700.710.560.23346.7155.5649.41
HexC43857047381715b3831
Octal30470127010770275337061
Binary1100010011100010101110100011111100010111101011011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43857; }

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

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

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

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

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

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

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

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