#C46261

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

Shades of Indian Red #C46261

Tints of Indian Red #C46261

Color information

#C46261 (or 0xC46261) is unknown color: approx Indian Red. HEX triplet: C4, 62 and 61. RGB value is (196,98,97). Sum of RGB (Red+Green+Blue) = 196+98+97=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C46261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46261 is #3B9D9E. Grayscale: #7F7F7F. Windows color (decimal): -3906975 or 6382276. OLE color: 6382276.

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

Color convert

RGB1969897-
CMYK00.50.510.23
HSL0.61º45.62%57.45%-
HSV(B)0.61º50.51%76.86%-
XYZ29.2921.3313.88-
YUV127.19110.97177.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=50.13%
G=25.06%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196989700.50.510.230.6145.6257.45
HexC46261032331712e39
Octal304142141062632715671
Binary11000100110001011000010110010110011101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46261; }

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

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

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

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

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

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

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

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