Html Css Color HEX #C86565 Indian Red

📋 copy color: '#C86565'

red 200 ◦ green 101 ◦ blue 101

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

Shades of Indian Red #C86565

Tints of Indian Red #C86565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 49.75%
G = 25.12%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C86565 (or 0xC86565) is known color: Indian Red. HEX triplet: C8, 65 and 65. RGB value is (200,101,101). Sum of RGB (Red+Green+Blue) = 200+101+101=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C86565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86565 is #379A9A. Grayscale: #828282. Windows color (decimal): -3644059 or 6645192. OLE color: 6645192.

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

Color convert

RGB 200 101 101 -
CMYK 0 0.49 0.49 0.22
HSL 0.47% 0.59% -
HSV(B) 0.5% 0.78% -
XYZ 30.82 22.53 15.04 -
YUV 130.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 200 101 101 0 0.49 0.49 0.22 0 0.47 0.59
Hex C8 65 65 0 31 31 16 0 2F 3B
Octal 310 145 145 0 61 61 26 0 57 73
Binary 11001000 1100101 1100101 0 110001 110001 10110 0 101111 111011

Color Harmonies of #C86565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86565

Black with #C86565

Text Example


Text Example

White with #C86565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86565; }

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

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

background-color css

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

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

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

border-color css

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

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

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