#C2605F

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

Shades of Indian Red #C2605F

Tints of Indian Red #C2605F

Color information

#C2605F (or 0xC2605F) is unknown color: approx Indian Red. HEX triplet: C2, 60 and 5F. RGB value is (194,96,95). Sum of RGB (Red+Green+Blue) = 194+96+95=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2605F is #3D9FA0. Grayscale: #7D7D7D. Windows color (decimal): -4038561 or 6250690. OLE color: 6250690.

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

Color convert

RGB1949695-
CMYK00.510.510.24
HSL0.61º44.8%56.67%-
HSV(B)0.61º51.03%76.08%-
XYZ28.520.6613.31-
YUV125.19110.97177.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=50.39%
G=24.94%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194969500.510.510.240.6144.856.67
HexC2605F033331812d39
Octal302140137063633015571
Binary11000010110000010111110110011110011110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2605F; }

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

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

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

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

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

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

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

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