Html Css Color HEX #C8635F Indian Red

📋 copy color: '#C8635F'

red 200 ◦ green 99 ◦ blue 95

#C8635F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #C8635F

Tints of Indian Red #C8635F

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 value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8635F (or 0xC8635F) is known color: 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

RGB 200 99 95 -
CMYK 0 0.50 0.52 0.22
HSL 2.29º 0.49% 0.58% -
HSV(B) 2.29º 0.53% 0.78% -
XYZ 30.35 22.03 13.48 -
YUV 128.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 200 99 95 0 0.50 0.52 0.22 2.29 0.49 0.58
Hex C8 63 5F 0 32 34 16 2 31 3A
Octal 310 143 137 0 62 64 26 2 61 72
Binary 11001000 1100011 1011111 0 110010 110100 10110 10 110001 111010

Color Harmonies of #C8635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8635F

Black with #C8635F

Text Example


Text Example

White with #C8635F

Text Example


Text Example

HTML Codes & Css Web 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>