#C51856

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

Shades of Old Rose #C51856

Tints of Old Rose #C51856

Color information

#C51856 (or 0xC51856) is unknown color: approx Old Rose. HEX triplet: C5, 18 and 56. RGB value is (197,24,86). Sum of RGB (Red+Green+Blue) = 197+24+86=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C51856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51856 is #3AE7A9. Grayscale: #525252. Windows color (decimal): -3860394 or 5642437. OLE color: 5642437.

HSL color Cylindrical-coordinate representation of color #C51856: hue angle of 338.5º degrees, saturation: 0.78, 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 #C51856 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1972486-
CMYK00.880.560.23
HSL338.5º78.28%43.33%-
HSV(B)338.5º87.82%77.25%-
XYZ25.0313.210.03-
YUV82.8129.81209.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=64.17%
G=7.82%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197248600.880.560.23338.578.2843.33
HexC5185605838171524e2b
Octal305301260130702752211653
Binary1100010111000101011001011000111000101111010100101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51856; }

 p { color: rgb(197,24,86); }

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

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

 a { background-color: rgb(197,24,86); }

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

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

 span { border-color: rgb(197,24,86); }

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