#c72a60

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

Shades of Old Rose #C72A60

Tints of Old Rose #C72A60

Color information

#C72A60 (or 0xC72A60) is unknown color: approx Old Rose. HEX triplet: C7, 2A and 60. RGB value is (199,42,96). Sum of RGB (Red+Green+Blue) = 199+42+96=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72A60 is #38D59F. Grayscale: #5F5F5F. Windows color (decimal): -3724704 or 6302407. OLE color: 6302407.

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

Color convert

RGB1994296-
CMYK00.790.520.22
HSL339.36º65.15%47.25%-
HSV(B)339.36º78.89%78.04%-
XYZ26.4914.6412.5-
YUV95.1128.51202.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=59.05%
G=12.46%
B=28.49%

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
Decimal199429600.790.520.22339.3665.1547.25
HexC72A6004F3416153412f
Octal307521400117642652310157
Binary11000111101010110000001001111110100101101010100111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c72a60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c72a60; }

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

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

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

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

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

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

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

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