Html Css Color HEX #C8615F Indian Red

📋 copy color: '#C8615F'

red 200 ◦ green 97 ◦ blue 95

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

Shades of Indian Red #C8615F

Tints of Indian Red #C8615F

RGB

 RED value IS 200 (78.52% from 255) = 51.02%

 GREEN value IS 97 (38.28% from 255) = 24.74%

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 51.02%
G = 24.74%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8615F (or 0xC8615F) is known color: Indian Red. HEX triplet: C8, 61 and 5F. RGB value is (200,97,95). Sum of RGB (Red+Green+Blue) = 200+97+95=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8615F is #379EA0. Grayscale: #7F7F7F. Windows color (decimal): -3645089 or 6250952. OLE color: 6250952.

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

Color convert

RGB 200 97 95 -
CMYK 0 0.52 0.52 0.22
HSL 1.14º 0.49% 0.58% -
HSV(B) 1.14º 0.53% 0.78% -
XYZ 30.16 21.65 13.42 -
YUV 127.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 200 97 95 0 0.52 0.52 0.22 1.14 0.49 0.58
Hex C8 61 5F 0 34 34 16 1 31 3A
Octal 310 141 137 0 64 64 26 1 61 72
Binary 11001000 1100001 1011111 0 110100 110100 10110 1 110001 111010

Color Harmonies of #C8615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8615F

Black with #C8615F

Text Example


Text Example

White with #C8615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8615F; }

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

 H1.HeaderClassName
 {
   color: #C8615F;
 }
 .AnyTagClassName
 {
   color: #C8615F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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