#C26261

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

Shades of Indian Red #C26261

Tints of Indian Red #C26261

Color information

#C26261 (or 0xC26261) is unknown color: approx Indian Red. HEX triplet: C2, 62 and 61. RGB value is (194,98,97). Sum of RGB (Red+Green+Blue) = 194+98+97=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C26261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26261 is #3D9D9E. Grayscale: #7E7E7E. Windows color (decimal): -4038047 or 6382274. OLE color: 6382274.

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

Color convert

RGB1949897-
CMYK00.490.500.24
HSL0.62º44.29%57.06%-
HSV(B)0.62º50%76.08%-
XYZ28.7721.0713.86-
YUV126.59111.3176.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=49.87%
G=25.19%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194989700.490.500.240.6244.2957.06
HexC26261031321812c39
Octal302142141061623015471
Binary11000010110001011000010110001110010110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26261; }

 p { color: rgb(194,98,97); }

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

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

 a { background-color: rgb(194,98,97); }

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

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

 span { border-color: rgb(194,98,97); }

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