#C7605D

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

Shades of Indian Red #C7605D

Tints of Indian Red #C7605D

Color information

#C7605D (or 0xC7605D) is unknown color: approx Indian Red. HEX triplet: C7, 60 and 5D. RGB value is (199,96,93). Sum of RGB (Red+Green+Blue) = 199+96+93=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7605D is #389FA2. Grayscale: #7E7E7E. Windows color (decimal): -3710883 or 6119623. OLE color: 6119623.

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

Color convert

RGB1999693-
CMYK00.520.530.22
HSL1.7º48.62%57.25%-
HSV(B)1.7º53.27%78.04%-
XYZ29.7121.312.9-
YUV126.46109.12179.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=51.29%
G=24.74%
B=23.97%

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
Decimal199969300.520.530.221.748.6257.25
HexC7605D034351623139
Octal307140135064652626171
Binary110001111100000101110101101001101011011010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7605D; }

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

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

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

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

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

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

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

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