Html Css Color HEX #C26262 Indian Red

📋 copy color: '#C26262'

red 194 ◦ green 98 ◦ blue 98

#C26262
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #C26262

Tints of Indian Red #C26262

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 value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C26262 (or 0xC26262) is known color: 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

RGB 194 98 98 -
CMYK 0 0.49 0.49 0.24
HSL 0.44% 0.57% -
HSV(B) 0.49% 0.76% -
XYZ 28.82 21.09 14.11 -
YUV 126.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 194 98 98 0 0.49 0.49 0.24 0 0.44 0.57
Hex C2 62 62 0 31 31 18 0 2C 39
Octal 302 142 142 0 61 61 30 0 54 71
Binary 11000010 1100010 1100010 0 110001 110001 11000 0 101100 111001

Color Harmonies of #C26262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26262

Black with #C26262

Text Example


Text Example

White with #C26262

Text Example


Text Example

HTML Codes & Css Web 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>