Html Css Color HEX #C8615D Indian Red

📋 copy color: '#C8615D'

red 200 ◦ green 97 ◦ blue 93

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

Shades of Indian Red #C8615D

Tints of Indian Red #C8615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 51.28%
G = 24.87%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8615D (or 0xC8615D) is known color: Indian Red. HEX triplet: C8, 61 and 5D. RGB value is (200,97,93). Sum of RGB (Red+Green+Blue) = 200+97+93=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8615D is #379EA2. Grayscale: #7F7F7F. Windows color (decimal): -3645091 or 6119880. OLE color: 6119880.

HSL color Cylindrical-coordinate representation of color #C8615D: hue angle of 2.24º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8615D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 93 -
CMYK 0 0.52 0.54 0.22
HSL 2.24º 0.49% 0.57% -
HSV(B) 2.24º 0.54% 0.78% -
XYZ 30.07 21.62 12.94 -
YUV 127.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 200 97 93 0 0.52 0.54 0.22 2.24 0.49 0.57
Hex C8 61 5D 0 34 36 16 2 31 39
Octal 310 141 135 0 64 66 26 2 61 71
Binary 11001000 1100001 1011101 0 110100 110110 10110 10 110001 111001

Color Harmonies of #C8615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8615D

Black with #C8615D

Text Example


Text Example

White with #C8615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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