#C96361

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

Shades of Indian Red #C96361

Tints of Indian Red #C96361

Color information

#C96361 (or 0xC96361) is unknown color: approx Indian Red. HEX triplet: C9, 63 and 61. RGB value is (201,99,97). Sum of RGB (Red+Green+Blue) = 201+99+97=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C96361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96361 is #369C9E. Grayscale: #818181. Windows color (decimal): -3579039 or 6382537. OLE color: 6382537.

HSL color Cylindrical-coordinate representation of color #C96361: hue angle of 1.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96361 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB2019997-
CMYK00.510.520.21
HSL1.15º49.06%58.43%-
HSV(B)1.15º51.74%78.82%-
XYZ30.7122.213.98-
YUV129.27109.79179.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.63%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=50.63%
G=24.94%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201999700.510.520.211.1549.0658.43
HexC9636103334151313a
Octal311143141063642516172
Binary11001001110001111000010110011110100101011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96361; }

 p { color: rgb(201,99,97); }

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

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

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

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

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

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

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