#C7645F

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

Shades of Indian Red #C7645F

Tints of Indian Red #C7645F

Color information

#C7645F (or 0xC7645F) is unknown color: approx Indian Red. HEX triplet: C7, 64 and 5F. RGB value is (199,100,95). Sum of RGB (Red+Green+Blue) = 199+100+95=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7645F is #389BA0. Grayscale: #818181. Windows color (decimal): -3709857 or 6251719. OLE color: 6251719.

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

Color convert

RGB19910095-
CMYK00.500.520.22
HSL2.88º48.15%57.65%-
HSV(B)2.88º52.26%78.04%-
XYZ30.1822.0813.5-
YUV129.03108.8177.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=50.51%
G=25.38%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991009500.500.520.222.8848.1557.65
HexC7645F03234163303a
Octal307144137062642636072
Binary110001111100100101111101100101101001011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7645F; }

 p { color: rgb(199,100,95); }

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

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

 a { background-color: rgb(199,100,95); }

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

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

 span { border-color: rgb(199,100,95); }

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