#C96462

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

Shades of Indian Red #C96462

Tints of Indian Red #C96462

Color information

#C96462 (or 0xC96462) is unknown color: approx Indian Red. HEX triplet: C9, 64 and 62. RGB value is (201,100,98). Sum of RGB (Red+Green+Blue) = 201+100+98=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C96462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96462 is #369B9D. Grayscale: #828282. Windows color (decimal): -3578782 or 6448329. OLE color: 6448329.

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

Color convert

RGB20110098-
CMYK00.500.510.21
HSL1.17º48.82%58.63%-
HSV(B)1.17º51.24%78.82%-
XYZ30.8522.4114.26-
YUV129.97109.96178.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=50.38%
G=25.06%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011009800.500.510.211.1748.8258.63
HexC9646203233151313b
Octal311144142062632516173
Binary11001001110010011000100110010110011101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96462; }

 p { color: rgb(201,100,98); }

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

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

 a { background-color: rgb(201,100,98); }

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

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

 span { border-color: rgb(201,100,98); }

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