Html Css Color HEX #C9605C Indian Red

📋 copy color: '#C9605C'

red 201 ◦ green 96 ◦ blue 92

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

Shades of Indian Red #C9605C

Tints of Indian Red #C9605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 51.67%
G = 24.68%
B = 23.65%

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

#C9605C (or 0xC9605C) is known color: Indian Red. HEX triplet: C9, 60 and 5C. RGB value is (201,96,92). Sum of RGB (Red+Green+Blue) = 201+96+92=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9605C is #369FA3. Grayscale: #7F7F7F. Windows color (decimal): -3579812 or 6054089. OLE color: 6054089.

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

Color convert

RGB 201 96 92 -
CMYK 0 0.52 0.54 0.21
HSL 2.2º 0.5% 0.57% -
HSV(B) 2.2º 0.54% 0.79% -
XYZ 30.2 21.56 12.69 -
YUV 126.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 201 96 92 0 0.52 0.54 0.21 2.2 0.5 0.57
Hex C9 60 5C 0 34 36 15 2 32 39
Octal 311 140 134 0 64 66 25 2 62 71
Binary 11001001 1100000 1011100 0 110100 110110 10101 10 110010 111001

Color Harmonies of #C9605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9605C

Black with #C9605C

Text Example


Text Example

White with #C9605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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