#c43753

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

Shades of Old Rose #C43753

Tints of Old Rose #C43753

Color information

#C43753 (or 0xC43753) is unknown color: approx Old Rose. HEX triplet: C4, 37 and 53. RGB value is (196,55,83). Sum of RGB (Red+Green+Blue) = 196+55+83=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C43753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43753 is #3BC8AC. Grayscale: #646464. Windows color (decimal): -3917997 or 5453764. OLE color: 5453764.

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

Color convert

RGB1965583-
CMYK00.720.580.23
HSL348.09º56.18%49.22%-
HSV(B)348.09º71.94%76.86%-
XYZ25.6915.099.74-
YUV100.35118.21196.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.68%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=58.68%
G=16.47%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196558300.720.580.23348.0956.1849.22
HexC437530483A1715c3831
Octal30467123011072275347061
Binary1100010011011110100110100100011101010111101011100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43753; }

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

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

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

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

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

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

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

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