#C8625D

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

Shades of Indian Red #C8625D

Tints of Indian Red #C8625D

Color information

#C8625D (or 0xC8625D) is unknown color: approx Indian Red. HEX triplet: C8, 62 and 5D. RGB value is (200,98,93). Sum of RGB (Red+Green+Blue) = 200+98+93=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8625D is #379DA2. Grayscale: #808080. Windows color (decimal): -3644835 or 6120136. OLE color: 6120136.

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

Color convert

RGB2009893-
CMYK00.510.540.22
HSL2.8º49.31%57.45%-
HSV(B)2.8º53.5%78.43%-
XYZ30.1621.8112.97-
YUV127.93108.29179.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=51.15%
G=25.06%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200989300.510.540.222.849.3157.45
HexC8625D033361633139
Octal310142135063662636171
Binary110010001100010101110101100111101101011011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8625D; }

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

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

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

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

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

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

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

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