Html Css Color HEX #C86563 Indian Red

📋 copy color: '#C86563'

red 200 ◦ green 101 ◦ blue 99

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

Shades of Indian Red #C86563

Tints of Indian Red #C86563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.75%

R = 50%
G = 25.25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C86563 (or 0xC86563) is known color: Indian Red. HEX triplet: C8, 65 and 63. RGB value is (200,101,99). Sum of RGB (Red+Green+Blue) = 200+101+99=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86563 is #379A9C. Grayscale: #828282. Windows color (decimal): -3644061 or 6514120. OLE color: 6514120.

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

Color convert

RGB 200 101 99 -
CMYK 0 0.49 0.50 0.22
HSL 1.19º 0.48% 0.59% -
HSV(B) 1.19º 0.51% 0.78% -
XYZ 30.73 22.49 14.53 -
YUV 130.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 200 101 99 0 0.49 0.50 0.22 1.19 0.48 0.59
Hex C8 65 63 0 31 32 16 1 30 3B
Octal 310 145 143 0 61 62 26 1 60 73
Binary 11001000 1100101 1100011 0 110001 110010 10110 1 110000 111011

Color Harmonies of #C86563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86563

Black with #C86563

Text Example


Text Example

White with #C86563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86563; }

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

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

background-color css

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

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

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

border-color css

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

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

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