#C7605C

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

Shades of Indian Red #C7605C

Tints of Indian Red #C7605C

Color information

#C7605C (or 0xC7605C) is unknown color: approx Indian Red. HEX triplet: C7, 60 and 5C. RGB value is (199,96,92). Sum of RGB (Red+Green+Blue) = 199+96+92=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7605C is #389FA3. Grayscale: #7E7E7E. Windows color (decimal): -3710884 or 6054087. OLE color: 6054087.

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

Color convert

RGB1999692-
CMYK00.520.540.22
HSL2.24º48.86%57.06%-
HSV(B)2.24º53.77%78.04%-
XYZ29.6721.2812.67-
YUV126.34108.62179.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=51.42%
G=24.81%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199969200.520.540.222.2448.8657.06
HexC7605C034361623139
Octal307140134064662626171
Binary110001111100000101110001101001101101011010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7605C; }

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

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

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

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

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

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

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

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