#C72351

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

Shades of Old Rose #C72351

Tints of Old Rose #C72351

Color information

#C72351 (or 0xC72351) is unknown color: approx Old Rose. HEX triplet: C7, 23 and 51. RGB value is (199,35,81). Sum of RGB (Red+Green+Blue) = 199+35+81=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C72351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72351 is #38DCAE. Grayscale: #595959. Windows color (decimal): -3726511 or 5317575. OLE color: 5317575.

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

Color convert

RGB1993581-
CMYK00.820.590.22
HSL343.17º70.09%45.88%-
HSV(B)343.17º82.41%78.04%-
XYZ25.6413.949.12-
YUV89.28123.33206.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.17%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=63.17%
G=11.11%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199358100.820.590.22343.1770.0945.88
HexC723510523B16157462e
Octal307431210122732652710656
Binary11000111100011101000101010010111011101101010101111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72351; }

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

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

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

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

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

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

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

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