#C1605E

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

Shades of Indian Red #C1605E

Tints of Indian Red #C1605E

Color information

#C1605E (or 0xC1605E) is unknown color: approx Indian Red. HEX triplet: C1, 60 and 5E. RGB value is (193,96,94). Sum of RGB (Red+Green+Blue) = 193+96+94=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1605E is #3E9FA1. Grayscale: #7C7C7C. Windows color (decimal): -4104098 or 6185153. OLE color: 6185153.

HSL color Cylindrical-coordinate representation of color #C1605E: hue angle of 1.21º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1605E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1939694-
CMYK00.500.510.24
HSL1.21º44.39%56.27%-
HSV(B)1.21º51.3%75.69%-
XYZ28.220.5113.06-
YUV124.78110.64176.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=50.39%
G=25.07%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193969400.500.510.241.2144.3956.27
HexC1605E032331812c38
Octal301140136062633015470
Binary11000001110000010111100110010110011110001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1605E; }

 p { color: rgb(193,96,94); }

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

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

 a { background-color: rgb(193,96,94); }

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

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

 span { border-color: rgb(193,96,94); }

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