Html Css Color HEX #C96560 Indian Red

📋 copy color: '#C96560'

red 201 ◦ green 101 ◦ blue 96

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

Shades of Indian Red #C96560

Tints of Indian Red #C96560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 50.5%
G = 25.38%
B = 24.12%

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

#C96560 (or 0xC96560) is known color: Indian Red. HEX triplet: C9, 65 and 60. RGB value is (201,101,96). Sum of RGB (Red+Green+Blue) = 201+101+96=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C96560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96560 is #369A9F. Grayscale: #828282. Windows color (decimal): -3578528 or 6317513. OLE color: 6317513.

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

Color convert

RGB 201 101 96 -
CMYK 0 0.50 0.52 0.21
HSL 2.86º 0.49% 0.58% -
HSV(B) 2.86º 0.52% 0.79% -
XYZ 30.85 22.57 13.8 -
YUV 130.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 201 101 96 0 0.50 0.52 0.21 2.86 0.49 0.58
Hex C9 65 60 0 32 34 15 3 31 3A
Octal 311 145 140 0 62 64 25 3 61 72
Binary 11001001 1100101 1100000 0 110010 110100 10101 11 110001 111010

Color Harmonies of #C96560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96560

Black with #C96560

Text Example


Text Example

White with #C96560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96560; }

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

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

background-color css

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

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

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

border-color css

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

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

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