#C51750

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

Shades of Old Rose #C51750

Tints of Old Rose #C51750

Color information

#C51750 (or 0xC51750) is unknown color: approx Old Rose. HEX triplet: C5, 17 and 50. RGB value is (197,23,80). Sum of RGB (Red+Green+Blue) = 197+23+80=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51750 is #3AE8AF. Grayscale: #515151. Windows color (decimal): -3860656 or 5248965. OLE color: 5248965.

HSL color Cylindrical-coordinate representation of color #C51750: hue angle of 340.34º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51750 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB1972380-
CMYK00.880.590.23
HSL340.34º79.09%43.14%-
HSV(B)340.34º88.32%77.25%-
XYZ24.7813.068.8-
YUV81.52127.15210.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.67%
GREEN value IS 23 (9.38% from 255) = 7.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=65.67%
G=7.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197238000.880.590.23340.3479.0943.14
HexC517500583B171544f2b
Octal305271200130732752411753
Binary1100010110111101000001011000111011101111010101001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51750; }

 p { color: rgb(197,23,80); }

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

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

 a { background-color: rgb(197,23,80); }

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

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

 span { border-color: rgb(197,23,80); }

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