#C7625D

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

Shades of Indian Red #C7625D

Tints of Indian Red #C7625D

Color information

#C7625D (or 0xC7625D) is unknown color: approx Indian Red. HEX triplet: C7, 62 and 5D. RGB value is (199,98,93). Sum of RGB (Red+Green+Blue) = 199+98+93=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7625D is #389DA2. Grayscale: #7F7F7F. Windows color (decimal): -3710371 or 6120135. OLE color: 6120135.

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

Color convert

RGB1999893-
CMYK00.510.530.22
HSL2.83º48.62%57.25%-
HSV(B)2.83º53.27%78.04%-
XYZ29.921.6712.96-
YUV127.63108.46178.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=51.03%
G=25.13%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199989300.510.530.222.8348.6257.25
HexC7625D033351633139
Octal307142135063652636171
Binary110001111100010101110101100111101011011011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7625D; }

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

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

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

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

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

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

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

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