#c73858

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

Shades of Old Rose #C73858

Tints of Old Rose #C73858

Color information

#C73858 (or 0xC73858) is unknown color: approx Old Rose. HEX triplet: C7, 38 and 58. RGB value is (199,56,88). Sum of RGB (Red+Green+Blue) = 199+56+88=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C73858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73858 is #38C7A7. Grayscale: #666666. Windows color (decimal): -3721128 or 5781703. OLE color: 5781703.

HSL color Cylindrical-coordinate representation of color #C73858: hue angle of 346.57º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73858 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB1995688-
CMYK00.720.560.22
HSL346.57º56.08%50%-
HSV(B)346.57º71.86%78.04%-
XYZ26.7315.6810.85-
YUV102.4119.88196.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.02%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=58.02%
G=16.33%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199568800.720.560.22346.5756.0850
HexC73858048381615b3832
Octal30770130011070265337062
Binary1100011111100010110000100100011100010110101011011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c73858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c73858; }

 p { color: rgb(199,56,88); }

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

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

 a { background-color: rgb(199,56,88); }

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

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

 span { border-color: rgb(199,56,88); }

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