#C56060

Color #C56060 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #C56060

Tints of Indian Red #C56060

Color information

#C56060 (or 0xC56060) is unknown color: approx Indian Red. HEX triplet: C5, 60 and 60. RGB value is (197,96,96). Sum of RGB (Red+Green+Blue) = 197+96+96=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C56060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56060 is #3A9F9F. Grayscale: #7E7E7E. Windows color (decimal): -3841952 or 6316229. OLE color: 6316229.

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

Color convert

RGB1979696-
CMYK00.510.510.23
HSL46.54%57.45%-
HSV(B)51.27%77.25%-
XYZ29.3221.0813.59-
YUV126.2110.96178.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.64%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=50.64%
G=24.68%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197969600.510.510.23046.5457.45
HexC56060033331702f39
Octal305140140063632705771
Binary11000101110000011000000110011110011101110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56060; }

 p { color: rgb(197,96,96); }

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

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

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

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

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

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

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