#C26161

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

Shades of Indian Red #C26161

Tints of Indian Red #C26161

Color information

#C26161 (or 0xC26161) is unknown color: approx Indian Red. HEX triplet: C2, 61 and 61. RGB value is (194,97,97). Sum of RGB (Red+Green+Blue) = 194+97+97=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C26161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26161 is #3D9E9E. Grayscale: #7E7E7E. Windows color (decimal): -4038303 or 6382018. OLE color: 6382018.

HSL color Cylindrical-coordinate representation of color #C26161: hue angle of 0º 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 #C26161 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1949797-
CMYK00.500.500.24
HSL44.29%57.06%-
HSV(B)50%76.08%-
XYZ28.6820.8813.83-
YUV126111.64176.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194979700.500.500.24044.2957.06
HexC26161032321802c39
Octal302141141062623005471
Binary11000010110000111000010110010110010110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26161; }

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

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

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

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

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

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

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

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