#C8635F

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

Shades of Indian Red #C8635F

Tints of Indian Red #C8635F

Color information

#C8635F (or 0xC8635F) is unknown color: approx Indian Red. HEX triplet: C8, 63 and 5F. RGB value is (200,99,95). Sum of RGB (Red+Green+Blue) = 200+99+95=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8635F is #379CA0. Grayscale: #808080. Windows color (decimal): -3644577 or 6251464. OLE color: 6251464.

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

Color convert

RGB2009995-
CMYK00.500.520.22
HSL2.29º48.84%57.84%-
HSV(B)2.29º52.5%78.43%-
XYZ30.3522.0313.48-
YUV128.74108.96178.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.76%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=50.76%
G=25.13%
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
Decimal200999500.500.520.222.2948.8457.84
HexC8635F03234162313a
Octal310143137062642626172
Binary110010001100011101111101100101101001011010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8635F; }

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

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

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

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

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

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

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

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