Html Css Color HEX #C96360 Indian Red

📋 copy color: '#C96360'

red 201 ◦ green 99 ◦ blue 96

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

Shades of Indian Red #C96360

Tints of Indian Red #C96360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

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

R = 50.76%
G = 25%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C96360 (or 0xC96360) is known color: Indian Red. HEX triplet: C9, 63 and 60. RGB value is (201,99,96). Sum of RGB (Red+Green+Blue) = 201+99+96=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C96360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96360 is #369C9F. Grayscale: #818181. Windows color (decimal): -3579040 or 6317001. OLE color: 6317001.

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

Color convert

RGB 201 99 96 -
CMYK 0 0.51 0.52 0.21
HSL 1.71º 0.49% 0.58% -
HSV(B) 1.71º 0.52% 0.79% -
XYZ 30.66 22.19 13.73 -
YUV 129.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 201 99 96 0 0.51 0.52 0.21 1.71 0.49 0.58
Hex C9 63 60 0 33 34 15 2 31 3A
Octal 311 143 140 0 63 64 25 2 61 72
Binary 11001001 1100011 1100000 0 110011 110100 10101 10 110001 111010

Color Harmonies of #C96360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96360

Black with #C96360

Text Example


Text Example

White with #C96360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96360; }

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

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

background-color css

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

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

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

border-color css

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

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

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