Html Css Color HEX #C8605B Indian Red

📋 copy color: '#C8605B'

red 200 ◦ green 96 ◦ blue 91

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

Shades of Indian Red #C8605B

Tints of Indian Red #C8605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 51.68%
G = 24.81%
B = 23.51%

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

#C8605B (or 0xC8605B) is known color: Indian Red. HEX triplet: C8, 60 and 5B. RGB value is (200,96,91). Sum of RGB (Red+Green+Blue) = 200+96+91=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8605B is #379FA4. Grayscale: #7E7E7E. Windows color (decimal): -3645349 or 5988552. OLE color: 5988552.

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

Color convert

RGB 200 96 91 -
CMYK 0 0.52 0.54 0.22
HSL 2.75º 0.5% 0.57% -
HSV(B) 2.75º 0.55% 0.78% -
XYZ 29.89 21.4 12.45 -
YUV 126.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 200 96 91 0 0.52 0.54 0.22 2.75 0.5 0.57
Hex C8 60 5B 0 34 36 16 3 32 39
Octal 310 140 133 0 64 66 26 3 62 71
Binary 11001000 1100000 1011011 0 110100 110110 10110 11 110010 111001

Color Harmonies of #C8605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8605B

Black with #C8605B

Text Example


Text Example

White with #C8605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8605B; }

 p { color: rgb(200,96,91); }

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

background-color css

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

 a { background-color: rgb(200,96,91); }

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

border-color css

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

 span { border-color: rgb(200,96,91); }

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