Html Css Color HEX #C26261 Indian Red

📋 copy color: '#C26261'

red 194 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #C26261

Tints of Indian Red #C26261

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

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

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

RGB 194 98 97 -
CMYK 0 0.49 0.50 0.24
HSL 0.62º 0.44% 0.57% -
HSV(B) 0.62º 0.5% 0.76% -
XYZ 28.77 21.07 13.86 -
YUV 126.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 194 98 97 0 0.49 0.50 0.24 0.62 0.44 0.57
Hex C2 62 61 0 31 32 18 1 2C 39
Octal 302 142 141 0 61 62 30 1 54 71
Binary 11000010 1100010 1100001 0 110001 110010 11000 1 101100 111001

Color Harmonies of #C26261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26261

Black with #C26261

Text Example


Text Example

White with #C26261

Text Example


Text Example

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