#C26262

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

Shades of Indian Red #C26262

Tints of Indian Red #C26262

Color information

#C26262 (or 0xC26262) is unknown color: approx Indian Red. HEX triplet: C2, 62 and 62. RGB value is (194,98,98). Sum of RGB (Red+Green+Blue) = 194+98+98=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C26262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26262 is #3D9D9D. Grayscale: #7E7E7E. Windows color (decimal): -4038046 or 6447810. OLE color: 6447810.

HSL color Cylindrical-coordinate representation of color #C26262: 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.49%. Process color model (Four color, CMYK) of #C26262 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1949898-
CMYK00.490.490.24
HSL44.04%57.25%-
HSV(B)49.48%76.08%-
XYZ28.8221.0914.11-
YUV126.7111.8176-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=49.74%
G=25.13%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194989800.490.490.24044.0457.25
HexC26262031311802c39
Octal302142142061613005471
Binary11000010110001011000100110001110001110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26262; }

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

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

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

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

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

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

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

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