Html Css Color HEX #C8605D Indian Red

📋 copy color: '#C8605D'

red 200 ◦ green 96 ◦ blue 93

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

Shades of Indian Red #C8605D

Tints of Indian Red #C8605D

RGB

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

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

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

R = 51.41%
G = 24.68%
B = 23.91%

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

#C8605D (or 0xC8605D) is known color: Indian Red. HEX triplet: C8, 60 and 5D. RGB value is (200,96,93). Sum of RGB (Red+Green+Blue) = 200+96+93=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8605D is #379FA2. Grayscale: #7E7E7E. Windows color (decimal): -3645347 or 6119624. OLE color: 6119624.

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

Color convert

RGB 200 96 93 -
CMYK 0 0.52 0.54 0.22
HSL 1.68º 0.49% 0.57% -
HSV(B) 1.68º 0.54% 0.78% -
XYZ 29.98 21.44 12.91 -
YUV 126.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 200 96 93 0 0.52 0.54 0.22 1.68 0.49 0.57
Hex C8 60 5D 0 34 36 16 2 31 39
Octal 310 140 135 0 64 66 26 2 61 71
Binary 11001000 1100000 1011101 0 110100 110110 10110 10 110001 111001

Color Harmonies of #C8605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8605D

Black with #C8605D

Text Example


Text Example

White with #C8605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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