#c72454

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

Shades of Old Rose #C72454

Tints of Old Rose #C72454

Color information

#C72454 (or 0xC72454) is unknown color: approx Old Rose. HEX triplet: C7, 24 and 54. RGB value is (199,36,84). Sum of RGB (Red+Green+Blue) = 199+36+84=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C72454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72454 is #38DBAB. Grayscale: #5A5A5A. Windows color (decimal): -3726252 or 5514439. OLE color: 5514439.

HSL color Cylindrical-coordinate representation of color #C72454: hue angle of 342.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72454 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB1993684-
CMYK00.820.580.22
HSL342.33º69.36%46.08%-
HSV(B)342.33º81.91%78.04%-
XYZ25.7814.049.74-
YUV90.21124.5205.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.38%
GREEN value IS 36 (14.45% from 255) = 11.29%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=62.38%
G=11.29%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199368400.820.580.22342.3369.3646.08
HexC724540523A16156452e
Octal307441240122722652610556
Binary11000111100100101010001010010111010101101010101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c72454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c72454; }

 p { color: rgb(199,36,84); }

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

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

 a { background-color: rgb(199,36,84); }

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

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

 span { border-color: rgb(199,36,84); }

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