#C51C5C

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

Shades of Old Rose #C51C5C

Tints of Old Rose #C51C5C

Color information

#C51C5C (or 0xC51C5C) is unknown color: approx Old Rose. HEX triplet: C5, 1C and 5C. RGB value is (197,28,92). Sum of RGB (Red+Green+Blue) = 197+28+92=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C5C is #3AE3A3. Grayscale: #555555. Windows color (decimal): -3859364 or 6036677. OLE color: 6036677.

HSL color Cylindrical-coordinate representation of color #C51C5C: hue angle of 337.28º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51C5C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1972892-
CMYK00.860.530.23
HSL337.28º75.11%44.12%-
HSV(B)337.28º85.79%77.25%-
XYZ25.3713.4711.39-
YUV85.83131.49207.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.15%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=62.15%
G=8.83%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197289200.860.530.23337.2875.1144.12
HexC51C5C05635171514b2c
Octal305341340126652752111354
Binary1100010111100101110001010110110101101111010100011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51C5C; }

 p { color: rgb(197,28,92); }

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

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

 a { background-color: rgb(197,28,92); }

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

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

 span { border-color: rgb(197,28,92); }

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