Html Css Color HEX #C86564 Indian Red

📋 copy color: '#C86564'

red 200 ◦ green 101 ◦ blue 100

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

Shades of Indian Red #C86564

Tints of Indian Red #C86564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 49.88%
G = 25.19%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C86564 (or 0xC86564) is known color: Indian Red. HEX triplet: C8, 65 and 64. RGB value is (200,101,100). Sum of RGB (Red+Green+Blue) = 200+101+100=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86564 is #379A9B. Grayscale: #828282. Windows color (decimal): -3644060 or 6579656. OLE color: 6579656.

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

Color convert

RGB 200 101 100 -
CMYK 0 0.49 0.5 0.22
HSL 0.6º 0.48% 0.59% -
HSV(B) 0.6º 0.5% 0.78% -
XYZ 30.77 22.51 14.78 -
YUV 130.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 200 101 100 0 0.49 0.5 0.22 0.6 0.48 0.59
Hex C8 65 64 0 31 32 16 1 30 3B
Octal 310 145 144 0 61 62 26 1 60 73
Binary 11001000 1100101 1100100 0 110001 110010 10110 1 110000 111011

Color Harmonies of #C86564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86564

Black with #C86564

Text Example


Text Example

White with #C86564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86564; }

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

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

background-color css

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

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

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

border-color css

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

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

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