#C73651

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

Shades of Old Rose #C73651

Tints of Old Rose #C73651

Color information

#C73651 (or 0xC73651) is unknown color: approx Old Rose. HEX triplet: C7, 36 and 51. RGB value is (199,54,81). Sum of RGB (Red+Green+Blue) = 199+54+81=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C73651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73651 is #38C9AE. Grayscale: #646464. Windows color (decimal): -3721647 or 5322439. OLE color: 5322439.

HSL color Cylindrical-coordinate representation of color #C73651: hue angle of 348.83º 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 #C73651 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1995481-
CMYK00.730.590.22
HSL348.83º57.31%49.61%-
HSV(B)348.83º72.86%78.04%-
XYZ26.3615.379.36-
YUV100.43117.04198.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.58%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=59.58%
G=16.17%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199548100.730.590.22348.8357.3149.61
HexC736510493B1615d3932
Octal30766121011173265357162
Binary1100011111011010100010100100111101110110101011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73651; }

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

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

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

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

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

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

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

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