#C46361

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

Shades of Indian Red #C46361

Tints of Indian Red #C46361

Color information

#C46361 (or 0xC46361) is unknown color: approx Indian Red. HEX triplet: C4, 63 and 61. RGB value is (196,99,97). Sum of RGB (Red+Green+Blue) = 196+99+97=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C46361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46361 is #3B9C9E. Grayscale: #7F7F7F. Windows color (decimal): -3906719 or 6382532. OLE color: 6382532.

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

Color convert

RGB1969997-
CMYK00.490.510.23
HSL1.21º45.62%57.45%-
HSV(B)1.21º50.51%76.86%-
XYZ29.3821.5213.91-
YUV127.78110.64176.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=50%
G=25.26%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196999700.490.510.231.2145.6257.45
HexC46361031331712e39
Octal304143141061632715671
Binary11000100110001111000010110001110011101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46361; }

 p { color: rgb(196,99,97); }

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

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

 a { background-color: rgb(196,99,97); }

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

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

 span { border-color: rgb(196,99,97); }

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