#C56262

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

Shades of Indian Red #C56262

Tints of Indian Red #C56262

Color information

#C56262 (or 0xC56262) is unknown color: approx Indian Red. HEX triplet: C5, 62 and 62. RGB value is (197,98,98). Sum of RGB (Red+Green+Blue) = 197+98+98=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C56262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56262 is #3A9D9D. Grayscale: #7F7F7F. Windows color (decimal): -3841438 or 6447813. OLE color: 6447813.

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

Color convert

RGB1979898-
CMYK00.500.500.23
HSL46.05%57.84%-
HSV(B)50.25%77.25%-
XYZ29.621.4914.14-
YUV127.6111.3177.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 98 (38.67% from 255) = 24.94%
R=50.13%
G=24.94%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197989800.500.500.23046.0557.84
HexC56262032321702e3a
Octal305142142062622705672
Binary11000101110001011000100110010110010101110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56262; }

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

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

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

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

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

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

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

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