#C46161

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

Shades of Indian Red #C46161

Tints of Indian Red #C46161

Color information

#C46161 (or 0xC46161) is unknown color: approx Indian Red. HEX triplet: C4, 61 and 61. RGB value is (196,97,97). Sum of RGB (Red+Green+Blue) = 196+97+97=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C46161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46161 is #3B9E9E. Grayscale: #7E7E7E. Windows color (decimal): -3907231 or 6382020. OLE color: 6382020.

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

Color convert

RGB1969797-
CMYK00.510.510.23
HSL45.62%57.45%-
HSV(B)50.51%76.86%-
XYZ29.221.1513.85-
YUV126.6111.3177.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=50.26%
G=24.87%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196979700.510.510.23045.6257.45
HexC46161033331702e39
Octal304141141063632705671
Binary11000100110000111000010110011110011101110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46161; }

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

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

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

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

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

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

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

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