#C4615E

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

Shades of Indian Red #C4615E

Tints of Indian Red #C4615E

Color information

#C4615E (or 0xC4615E) is unknown color: approx Indian Red. HEX triplet: C4, 61 and 5E. RGB value is (196,97,94). Sum of RGB (Red+Green+Blue) = 196+97+94=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4615E is #3B9EA1. Grayscale: #7E7E7E. Windows color (decimal): -3907234 or 6185412. OLE color: 6185412.

HSL color Cylindrical-coordinate representation of color #C4615E: hue angle of 1.76º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4615E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB1969794-
CMYK00.510.520.23
HSL1.76º46.36%56.86%-
HSV(B)1.76º52.04%76.86%-
XYZ29.0621.0913.13-
YUV126.26109.8177.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=50.65%
G=25.06%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196979400.510.520.231.7646.3656.86
HexC4615E033341722e39
Octal304141136063642725671
Binary110001001100001101111001100111101001011110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4615E; }

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

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

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

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

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

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

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

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