#C86561

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

Shades of Indian Red #C86561

Tints of Indian Red #C86561

Color information

#C86561 (or 0xC86561) is unknown color: approx Indian Red. HEX triplet: C8, 65 and 61. RGB value is (200,101,97). Sum of RGB (Red+Green+Blue) = 200+101+97=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86561 is #379A9E. Grayscale: #828282. Windows color (decimal): -3644063 or 6383048. OLE color: 6383048.

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

Color convert

RGB20010197-
CMYK00.490.520.22
HSL2.33º48.36%58.24%-
HSV(B)2.33º51.5%78.43%-
XYZ30.6322.4514.03-
YUV130.14109.3177.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=50.25%
G=25.38%
B=24.37%

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
Decimal2001019700.490.520.222.3348.3658.24
HexC8656103134162303a
Octal310145141061642626072
Binary110010001100101110000101100011101001011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86561; }

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

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

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

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

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

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

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

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