Html Css Color HEX #C86363 Indian Red

📋 copy color: '#C86363'

red 200 ◦ green 99 ◦ blue 99

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

Shades of Indian Red #C86363

Tints of Indian Red #C86363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 50.25%
G = 24.87%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C86363 (or 0xC86363) is known color: Indian Red. HEX triplet: C8, 63 and 63. RGB value is (200,99,99). Sum of RGB (Red+Green+Blue) = 200+99+99=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86363 is #379C9C. Grayscale: #818181. Windows color (decimal): -3644573 or 6513608. OLE color: 6513608.

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

Color convert

RGB 200 99 99 -
CMYK 0 0.50 0.50 0.22
HSL 0.48% 0.59% -
HSV(B) 0.51% 0.78% -
XYZ 30.53 22.1 14.46 -
YUV 129.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 200 99 99 0 0.50 0.50 0.22 0 0.48 0.59
Hex C8 63 63 0 32 32 16 0 30 3B
Octal 310 143 143 0 62 62 26 0 60 73
Binary 11001000 1100011 1100011 0 110010 110010 10110 0 110000 111011

Color Harmonies of #C86363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86363

Black with #C86363

Text Example


Text Example

White with #C86363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86363; }

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

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

background-color css

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

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

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

border-color css

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

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

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