#C9605D

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

Shades of Indian Red #C9605D

Tints of Indian Red #C9605D

Color information

#C9605D (or 0xC9605D) is unknown color: approx Indian Red. HEX triplet: C9, 60 and 5D. RGB value is (201,96,93). Sum of RGB (Red+Green+Blue) = 201+96+93=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9605D is #369FA2. Grayscale: #7F7F7F. Windows color (decimal): -3579811 or 6119625. OLE color: 6119625.

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

Color convert

RGB2019693-
CMYK00.520.540.21
HSL1.67º50%57.65%-
HSV(B)1.67º53.73%78.82%-
XYZ30.2521.5712.93-
YUV127.05108.79180.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=51.54%
G=24.62%
B=23.85%

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
Decimal201969300.520.540.211.675057.65
HexC9605D03436152323a
Octal311140135064662526272
Binary110010011100000101110101101001101101010110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9605D; }

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

 H1.HeaderClassName
 {
   color: #C9605D;
 }
 .AnyTagClassName
 {
   color: #C9605D;
 }
</style>
background-color css

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

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

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

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

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

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