Html Css Color HEX #C9615C Indian Red

📋 copy color: '#C9615C'

red 201 ◦ green 97 ◦ blue 92

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

Shades of Indian Red #C9615C

Tints of Indian Red #C9615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 51.54%
G = 24.87%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9615C (or 0xC9615C) is known color: Indian Red. HEX triplet: C9, 61 and 5C. RGB value is (201,97,92). Sum of RGB (Red+Green+Blue) = 201+97+92=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9615C is #369EA3. Grayscale: #7F7F7F. Windows color (decimal): -3579556 or 6054345. OLE color: 6054345.

HSL color Cylindrical-coordinate representation of color #C9615C: hue angle of 2.75º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9615C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 92 -
CMYK 0 0.52 0.54 0.21
HSL 2.75º 0.5% 0.57% -
HSV(B) 2.75º 0.54% 0.79% -
XYZ 30.29 21.74 12.72 -
YUV 127.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 201 97 92 0 0.52 0.54 0.21 2.75 0.5 0.57
Hex C9 61 5C 0 34 36 15 3 32 39
Octal 311 141 134 0 64 66 25 3 62 71
Binary 11001001 1100001 1011100 0 110100 110110 10101 11 110010 111001

Color Harmonies of #C9615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9615C

Black with #C9615C

Text Example


Text Example

White with #C9615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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