#C6615E

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

Shades of Indian Red #C6615E

Tints of Indian Red #C6615E

Color information

#C6615E (or 0xC6615E) is unknown color: approx Indian Red. HEX triplet: C6, 61 and 5E. RGB value is (198,97,94). Sum of RGB (Red+Green+Blue) = 198+97+94=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6615E is #399EA1. Grayscale: #7E7E7E. Windows color (decimal): -3776162 or 6185414. OLE color: 6185414.

HSL color Cylindrical-coordinate representation of color #C6615E: hue angle of 1.73º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6615E is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1989794-
CMYK00.510.530.22
HSL1.73º47.71%57.25%-
HSV(B)1.73º52.53%77.65%-
XYZ29.5821.3613.15-
YUV126.86109.46178.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=50.90%
G=24.94%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198979400.510.530.221.7347.7157.25
HexC6615E033351623039
Octal306141136063652626071
Binary110001101100001101111001100111101011011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6615E; }

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

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

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

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

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

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

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

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