#C7605E

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

Shades of Indian Red #C7605E

Tints of Indian Red #C7605E

Color information

#C7605E (or 0xC7605E) is unknown color: approx Indian Red. HEX triplet: C7, 60 and 5E. RGB value is (199,96,94). Sum of RGB (Red+Green+Blue) = 199+96+94=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7605E is #389FA1. Grayscale: #7E7E7E. Windows color (decimal): -3710882 or 6185159. OLE color: 6185159.

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

Color convert

RGB1999694-
CMYK00.520.530.22
HSL1.14º48.39%57.45%-
HSV(B)1.14º52.76%78.04%-
XYZ29.7621.3213.14-
YUV126.57109.62179.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=51.16%
G=24.68%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199969400.520.530.221.1448.3957.45
HexC7605E034351613039
Octal307140136064652616071
Binary11000111110000010111100110100110101101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7605E; }

 p { color: rgb(199,96,94); }

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

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

 a { background-color: rgb(199,96,94); }

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

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

 span { border-color: rgb(199,96,94); }

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