#c72a5f

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

Shades of Old Rose #C72A5F

Tints of Old Rose #C72A5F

Color information

#C72A5F (or 0xC72A5F) is unknown color: approx Old Rose. HEX triplet: C7, 2A and 5F. RGB value is (199,42,95). Sum of RGB (Red+Green+Blue) = 199+42+95=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72A5F is #38D5A0. Grayscale: #5E5E5E. Windows color (decimal): -3724705 or 6236871. OLE color: 6236871.

HSL color Cylindrical-coordinate representation of color #C72A5F: hue angle of 339.75º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72A5F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1994295-
CMYK00.790.520.22
HSL339.75º65.15%47.25%-
HSV(B)339.75º78.89%78.04%-
XYZ26.4514.6212.26-
YUV94.98128.01202.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.23%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=59.23%
G=12.5%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199429500.790.520.22339.7565.1547.25
HexC72A5F04F3416154412f
Octal307521370117642652410157
Binary11000111101010101111101001111110100101101010101001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c72a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c72a5f; }

 p { color: rgb(199,42,95); }

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

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

 a { background-color: rgb(199,42,95); }

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

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

 span { border-color: rgb(199,42,95); }

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