Html Css Color HEX #C26060 Indian Red

📋 copy color: '#C26060'

red 194 ◦ green 96 ◦ blue 96

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

Shades of Indian Red #C26060

Tints of Indian Red #C26060

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 96 (37.89% from 255) = 24.87%

R = 50.26%
G = 24.87%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C26060 (or 0xC26060) is known color: Indian Red. HEX triplet: C2, 60 and 60. RGB value is (194,96,96). Sum of RGB (Red+Green+Blue) = 194+96+96=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C26060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26060 is #3D9F9F. Grayscale: #7D7D7D. Windows color (decimal): -4038560 or 6316226. OLE color: 6316226.

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

Color convert

RGB 194 96 96 -
CMYK 0 0.51 0.51 0.24
HSL 0.45% 0.57% -
HSV(B) 0.51% 0.76% -
XYZ 28.54 20.68 13.55 -
YUV 125.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 194 96 96 0 0.51 0.51 0.24 0 0.45 0.57
Hex C2 60 60 0 33 33 18 0 2D 39
Octal 302 140 140 0 63 63 30 0 55 71
Binary 11000010 1100000 1100000 0 110011 110011 11000 0 101101 111001

Color Harmonies of #C26060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26060

Black with #C26060

Text Example


Text Example

White with #C26060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26060; }

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

 H1.HeaderClassName
 {
   color: #C26060;
 }
 .AnyTagClassName
 {
   color: #C26060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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