Html Css Color HEX #C56261 Indian Red

📋 copy color: '#C56261'

red 197 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #C56261

Tints of Indian Red #C56261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 50.26%
G = 25%
B = 24.74%

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

#C56261 (or 0xC56261) is known color: Indian Red. HEX triplet: C5, 62 and 61. RGB value is (197,98,97). Sum of RGB (Red+Green+Blue) = 197+98+97=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C56261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56261 is #3A9D9E. Grayscale: #7F7F7F. Windows color (decimal): -3841439 or 6382277. OLE color: 6382277.

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

Color convert

RGB 197 98 97 -
CMYK 0 0.50 0.51 0.23
HSL 0.6º 0.46% 0.58% -
HSV(B) 0.6º 0.51% 0.77% -
XYZ 29.55 21.47 13.9 -
YUV 127.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 197 98 97 0 0.50 0.51 0.23 0.6 0.46 0.58
Hex C5 62 61 0 32 33 17 1 2E 3A
Octal 305 142 141 0 62 63 27 1 56 72
Binary 11000101 1100010 1100001 0 110010 110011 10111 1 101110 111010

Color Harmonies of #C56261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56261

Black with #C56261

Text Example


Text Example

White with #C56261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56261; }

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

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

background-color css

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

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

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

border-color css

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

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

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