Html Css Color HEX #C56360 Indian Red

📋 copy color: '#C56360'

red 197 ◦ green 99 ◦ blue 96

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

Shades of Indian Red #C56360

Tints of Indian Red #C56360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.26%

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

R = 50.26%
G = 25.26%
B = 24.49%

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

#C56360 (or 0xC56360) is known color: Indian Red. HEX triplet: C5, 63 and 60. RGB value is (197,99,96). Sum of RGB (Red+Green+Blue) = 197+99+96=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C56360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56360 is #3A9C9F. Grayscale: #808080. Windows color (decimal): -3841184 or 6316997. OLE color: 6316997.

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

Color convert

RGB 197 99 96 -
CMYK 0 0.50 0.51 0.23
HSL 1.78º 0.47% 0.57% -
HSV(B) 1.78º 0.51% 0.77% -
XYZ 29.6 21.64 13.68 -
YUV 127.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 197 99 96 0 0.50 0.51 0.23 1.78 0.47 0.57
Hex C5 63 60 0 32 33 17 2 2F 39
Octal 305 143 140 0 62 63 27 2 57 71
Binary 11000101 1100011 1100000 0 110010 110011 10111 10 101111 111001

Color Harmonies of #C56360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56360

Black with #C56360

Text Example


Text Example

White with #C56360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56360; }

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

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

background-color css

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

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

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

border-color css

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

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

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