Html Css Color HEX #C56461 Indian Red

📋 copy color: '#C56461'

red 197 ◦ green 100 ◦ blue 97

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

Shades of Indian Red #C56461

Tints of Indian Red #C56461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

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

R = 50%
G = 25.38%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C56461 (or 0xC56461) is known color: Indian Red. HEX triplet: C5, 64 and 61. RGB value is (197,100,97). Sum of RGB (Red+Green+Blue) = 197+100+97=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C56461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56461 is #3A9B9E. Grayscale: #808080. Windows color (decimal): -3840927 or 6382789. OLE color: 6382789.

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

Color convert

RGB 197 100 97 -
CMYK 0 0.49 0.51 0.23
HSL 1.8º 0.46% 0.58% -
HSV(B) 1.8º 0.51% 0.77% -
XYZ 29.74 21.85 13.96 -
YUV 128.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 197 100 97 0 0.49 0.51 0.23 1.8 0.46 0.58
Hex C5 64 61 0 31 33 17 2 2E 3A
Octal 305 144 141 0 61 63 27 2 56 72
Binary 11000101 1100100 1100001 0 110001 110011 10111 10 101110 111010

Color Harmonies of #C56461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56461

Black with #C56461

Text Example


Text Example

White with #C56461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56461; }

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

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

background-color css

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

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

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

border-color css

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

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

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