#C9605C

Color #C9605C Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #C9605C

Tints of Indian Red #C9605C

Color information

#C9605C (or 0xC9605C) is unknown color: approx 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

RGB2019692-
CMYK00.520.540.21
HSL2.2º50.23%57.45%-
HSV(B)2.2º54.23%78.82%-
XYZ30.221.5612.69-
YUV126.94108.29180.83-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201969200.520.540.212.250.2357.45
HexC9605C034361523239
Octal311140134064662526271
Binary110010011100000101110001101001101101010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>