Html Css Color HEX #C86561 Indian Red

📋 copy color: '#C86561'

red 200 ◦ green 101 ◦ blue 97

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

Shades of Indian Red #C86561

Tints of Indian Red #C86561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 50.25%
G = 25.38%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C86561 (or 0xC86561) is known color: Indian Red. HEX triplet: C8, 65 and 61. RGB value is (200,101,97). Sum of RGB (Red+Green+Blue) = 200+101+97=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86561 is #379A9E. Grayscale: #828282. Windows color (decimal): -3644063 or 6383048. OLE color: 6383048.

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

Color convert

RGB 200 101 97 -
CMYK 0 0.49 0.52 0.22
HSL 2.33º 0.48% 0.58% -
HSV(B) 2.33º 0.52% 0.78% -
XYZ 30.63 22.45 14.03 -
YUV 130.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 200 101 97 0 0.49 0.52 0.22 2.33 0.48 0.58
Hex C8 65 61 0 31 34 16 2 30 3A
Octal 310 145 141 0 61 64 26 2 60 72
Binary 11001000 1100101 1100001 0 110001 110100 10110 10 110000 111010

Color Harmonies of #C86561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86561

Black with #C86561

Text Example


Text Example

White with #C86561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86561; }

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

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

background-color css

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

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

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

border-color css

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

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

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