Html Css Color HEX #C96460 Indian Red

📋 copy color: '#C96460'

red 201 ◦ green 100 ◦ blue 96

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

Shades of Indian Red #C96460

Tints of Indian Red #C96460

RGB

 RED value IS 201 (78.91% from 255) = 50.63%

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 50.63%
G = 25.19%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C96460 (or 0xC96460) is known color: Indian Red. HEX triplet: C9, 64 and 60. RGB value is (201,100,96). Sum of RGB (Red+Green+Blue) = 201+100+96=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C96460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96460 is #369B9F. Grayscale: #818181. Windows color (decimal): -3578784 or 6317257. OLE color: 6317257.

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

Color convert

RGB 201 100 96 -
CMYK 0 0.50 0.52 0.21
HSL 2.29º 0.49% 0.58% -
HSV(B) 2.29º 0.52% 0.79% -
XYZ 30.76 22.38 13.76 -
YUV 129.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 201 100 96 0 0.50 0.52 0.21 2.29 0.49 0.58
Hex C9 64 60 0 32 34 15 2 31 3A
Octal 311 144 140 0 62 64 25 2 61 72
Binary 11001001 1100100 1100000 0 110010 110100 10101 10 110001 111010

Color Harmonies of #C96460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96460

Black with #C96460

Text Example


Text Example

White with #C96460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96460; }

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

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

background-color css

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

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

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

border-color css

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

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

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