Html Css Color HEX #C86662 Indian Red

📋 copy color: '#C86662'

red 200 ◦ green 102 ◦ blue 98

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

Shades of Indian Red #C86662

Tints of Indian Red #C86662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 98 (38.67% from 255) = 24.5%

R = 50%
G = 25.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C86662 (or 0xC86662) is known color: Indian Red. HEX triplet: C8, 66 and 62. RGB value is (200,102,98). Sum of RGB (Red+Green+Blue) = 200+102+98=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86662 is #37999D. Grayscale: #828282. Windows color (decimal): -3643806 or 6448840. OLE color: 6448840.

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

Color convert

RGB 200 102 98 -
CMYK 0 0.49 0.51 0.22
HSL 2.35º 0.48% 0.58% -
HSV(B) 2.35º 0.51% 0.78% -
XYZ 30.78 22.66 14.31 -
YUV 130.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 200 102 98 0 0.49 0.51 0.22 2.35 0.48 0.58
Hex C8 66 62 0 31 33 16 2 30 3A
Octal 310 146 142 0 61 63 26 2 60 72
Binary 11001000 1100110 1100010 0 110001 110011 10110 10 110000 111010

Color Harmonies of #C86662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86662

Black with #C86662

Text Example


Text Example

White with #C86662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86662; }

 p { color: rgb(200,102,98); }

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

background-color css

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

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

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

border-color css

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

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

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