#C71851

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

Shades of Old Rose #C71851

Tints of Old Rose #C71851

Color information

#C71851 (or 0xC71851) is unknown color: approx Old Rose. HEX triplet: C7, 18 and 51. RGB value is (199,24,81). Sum of RGB (Red+Green+Blue) = 199+24+81=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C71851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71851 is #38E7AE. Grayscale: #525252. Windows color (decimal): -3729327 or 5314759. OLE color: 5314759.

HSL color Cylindrical-coordinate representation of color #C71851: hue angle of 340.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71851 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1992481-
CMYK00.880.590.22
HSL340.46º78.48%43.73%-
HSV(B)340.46º87.94%78.04%-
XYZ25.3713.399.03-
YUV82.82126.98210.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.46%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=65.46%
G=7.89%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199248100.880.590.22340.4678.4843.73
HexC718510583B161544e2c
Octal307301210130732652411654
Binary1100011111000101000101011000111011101101010101001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71851; }

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

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

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

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

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

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

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

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