#C8645F

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

Shades of Indian Red #C8645F

Tints of Indian Red #C8645F

Color information

#C8645F (or 0xC8645F) is unknown color: approx Indian Red. HEX triplet: C8, 64 and 5F. RGB value is (200,100,95). Sum of RGB (Red+Green+Blue) = 200+100+95=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8645F is #379BA0. Grayscale: #818181. Windows color (decimal): -3644321 or 6251720. OLE color: 6251720.

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

Color convert

RGB20010095-
CMYK00.50.520.22
HSL2.86º48.84%57.84%-
HSV(B)2.86º52.5%78.43%-
XYZ30.4422.2213.51-
YUV129.33108.63178.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=50.63%
G=25.32%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001009500.50.520.222.8648.8457.84
HexC8645F03234163313a
Octal310144137062642636172
Binary110010001100100101111101100101101001011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8645F; }

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

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

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

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

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

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

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

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