#C6605F

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

Shades of Indian Red #C6605F

Tints of Indian Red #C6605F

Color information

#C6605F (or 0xC6605F) is unknown color: approx Indian Red. HEX triplet: C6, 60 and 5F. RGB value is (198,96,95). Sum of RGB (Red+Green+Blue) = 198+96+95=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6605F is #399FA0. Grayscale: #7E7E7E. Windows color (decimal): -3776417 or 6250694. OLE color: 6250694.

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

Color convert

RGB1989695-
CMYK00.520.520.22
HSL0.58º47.47%57.45%-
HSV(B)0.58º52.02%77.65%-
XYZ29.5421.213.36-
YUV126.38110.29179.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=50.90%
G=24.68%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198969500.520.520.220.5847.4757.45
HexC6605F034341612f39
Octal306140137064642615771
Binary11000110110000010111110110100110100101101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6605F; }

 p { color: rgb(198,96,95); }

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

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

 a { background-color: rgb(198,96,95); }

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

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

 span { border-color: rgb(198,96,95); }

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