Html Css Color HEX #C96561 Indian Red

📋 copy color: '#C96561'

red 201 ◦ green 101 ◦ blue 97

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

Shades of Indian Red #C96561

Tints of Indian Red #C96561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.31%

R = 50.38%
G = 25.31%
B = 24.31%

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

#C96561 (or 0xC96561) is known color: Indian Red. HEX triplet: C9, 65 and 61. RGB value is (201,101,97). Sum of RGB (Red+Green+Blue) = 201+101+97=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C96561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96561 is #369A9E. Grayscale: #828282. Windows color (decimal): -3578527 or 6383049. OLE color: 6383049.

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

Color convert

RGB 201 101 97 -
CMYK 0 0.50 0.52 0.21
HSL 2.31º 0.49% 0.58% -
HSV(B) 2.31º 0.52% 0.79% -
XYZ 30.9 22.59 14.04 -
YUV 130.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 201 101 97 0 0.50 0.52 0.21 2.31 0.49 0.58
Hex C9 65 61 0 32 34 15 2 31 3A
Octal 311 145 141 0 62 64 25 2 61 72
Binary 11001001 1100101 1100001 0 110010 110100 10101 10 110001 111010

Color Harmonies of #C96561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96561

Black with #C96561

Text Example


Text Example

White with #C96561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96561; }

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

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

background-color css

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

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

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

border-color css

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

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

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