#C73658

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

Shades of Old Rose #C73658

Tints of Old Rose #C73658

Color information

#C73658 (or 0xC73658) is unknown color: approx Old Rose. HEX triplet: C7, 36 and 58. RGB value is (199,54,88). Sum of RGB (Red+Green+Blue) = 199+54+88=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C73658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73658 is #38C9A7. Grayscale: #656565. Windows color (decimal): -3721640 or 5781191. OLE color: 5781191.

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

Color convert

RGB1995488-
CMYK00.730.560.22
HSL345.93º57.31%49.61%-
HSV(B)345.93º72.86%78.04%-
XYZ26.6315.4910.82-
YUV101.23120.54197.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.36%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=58.36%
G=15.84%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199548800.730.560.22345.9357.3149.61
HexC73658049381615a3932
Octal30766130011170265327162
Binary1100011111011010110000100100111100010110101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73658; }

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

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

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

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

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

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

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

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