#C86661

Color #C86661 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #C86661

Tints of Indian Red #C86661

Color information

#C86661 (or 0xC86661) is unknown color: approx Indian Red. HEX triplet: C8, 66 and 61. RGB value is (200,102,97). Sum of RGB (Red+Green+Blue) = 200+102+97=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86661 is #37999E. Grayscale: #828282. Windows color (decimal): -3643807 or 6383304. OLE color: 6383304.

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

Color convert

RGB20010297-
CMYK00.490.520.22
HSL2.91º48.36%58.24%-
HSV(B)2.91º51.5%78.43%-
XYZ30.7322.6514.06-
YUV130.73108.97177.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=50.13%
G=25.56%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001029700.490.520.222.9148.3658.24
HexC8666103134163303a
Octal310146141061642636072
Binary110010001100110110000101100011101001011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86661; }

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

 H1.HeaderClassName
 {
   color: #C86661;
 }
 .AnyTagClassName
 {
   color: #C86661;
 }
</style>
background-color css

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

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

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

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

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

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