#C9605F

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

Shades of Indian Red #C9605F

Tints of Indian Red #C9605F

Color information

#C9605F (or 0xC9605F) is unknown color: approx Indian Red. HEX triplet: C9, 60 and 5F. RGB value is (201,96,95). Sum of RGB (Red+Green+Blue) = 201+96+95=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9605F is #369FA0. Grayscale: #7F7F7F. Windows color (decimal): -3579809 or 6250697. OLE color: 6250697.

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

Color convert

RGB2019695-
CMYK00.520.530.21
HSL0.57º49.53%58.04%-
HSV(B)0.57º52.74%78.82%-
XYZ30.3421.6113.4-
YUV127.28109.79180.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=51.28%
G=24.49%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201969500.520.530.210.5749.5358.04
HexC9605F03435151323a
Octal311140137064652516272
Binary11001001110000010111110110100110101101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9605F; }

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

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

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

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

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

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

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

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