Html Css Color HEX #C56260 Indian Red

📋 copy color: '#C56260'

red 197 ◦ green 98 ◦ blue 96

#C56260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #C56260

Tints of Indian Red #C56260

RGB

 RED value IS 197 (77.34% from 255) = 50.38%

 GREEN value IS 98 (38.67% from 255) = 25.06%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 50.38%
G = 25.06%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C56260 (or 0xC56260) is known color: Indian Red. HEX triplet: C5, 62 and 60. RGB value is (197,98,96). Sum of RGB (Red+Green+Blue) = 197+98+96=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C56260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56260 is #3A9D9F. Grayscale: #7F7F7F. Windows color (decimal): -3841440 or 6316741. OLE color: 6316741.

HSL color Cylindrical-coordinate representation of color #C56260: hue angle of 1.19º 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 #C56260 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 96 -
CMYK 0 0.50 0.51 0.23
HSL 1.19º 0.47% 0.57% -
HSV(B) 1.19º 0.51% 0.77% -
XYZ 29.5 21.45 13.65 -
YUV 127.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 197 98 96 0 0.50 0.51 0.23 1.19 0.47 0.57
Hex C5 62 60 0 32 33 17 1 2F 39
Octal 305 142 140 0 62 63 27 1 57 71
Binary 11000101 1100010 1100000 0 110010 110011 10111 1 101111 111001

Color Harmonies of #C56260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56260

Black with #C56260

Text Example


Text Example

White with #C56260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56260; }

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

 H1.HeaderClassName
 {
   color: #C56260;
 }
 .AnyTagClassName
 {
   color: #C56260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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