Html Css Color HEX #C8605F Indian Red

📋 copy color: '#C8605F'

red 200 ◦ green 96 ◦ blue 95

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

Shades of Indian Red #C8605F

Tints of Indian Red #C8605F

RGB

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

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

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

R = 51.15%
G = 24.55%
B = 24.3%

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

#C8605F (or 0xC8605F) is known color: Indian Red. HEX triplet: C8, 60 and 5F. RGB value is (200,96,95). Sum of RGB (Red+Green+Blue) = 200+96+95=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8605F is #379FA0. Grayscale: #7F7F7F. Windows color (decimal): -3645345 or 6250696. OLE color: 6250696.

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

Color convert

RGB 200 96 95 -
CMYK 0 0.52 0.52 0.22
HSL 0.57º 0.49% 0.58% -
HSV(B) 0.57º 0.53% 0.78% -
XYZ 30.07 21.47 13.39 -
YUV 126.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 200 96 95 0 0.52 0.52 0.22 0.57 0.49 0.58
Hex C8 60 5F 0 34 34 16 1 31 3A
Octal 310 140 137 0 64 64 26 1 61 72
Binary 11001000 1100000 1011111 0 110100 110100 10110 1 110001 111010

Color Harmonies of #C8605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8605F

Black with #C8605F

Text Example


Text Example

White with #C8605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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