Html Css Color HEX #C16261 Indian Red

📋 copy color: '#C16261'

red 193 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #C16261

Tints of Indian Red #C16261

RGB

 RED value IS 193 (75.78% from 255) = 49.74%

 GREEN value IS 98 (38.67% from 255) = 25.26%

 BLUE value IS 97 (38.28% from 255) = 25%

R = 49.74%
G = 25.26%
B = 25%

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

#C16261 (or 0xC16261) is known color: Indian Red. HEX triplet: C1, 62 and 61. RGB value is (193,98,97). Sum of RGB (Red+Green+Blue) = 193+98+97=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C16261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16261 is #3E9D9E. Grayscale: #7E7E7E. Windows color (decimal): -4103583 or 6382273. OLE color: 6382273.

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

Color convert

RGB 193 98 97 -
CMYK 0 0.49 0.50 0.24
HSL 0.63º 0.44% 0.57% -
HSV(B) 0.63º 0.5% 0.76% -
XYZ 28.52 20.94 13.85 -
YUV 126.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 193 98 97 0 0.49 0.50 0.24 0.63 0.44 0.57
Hex C1 62 61 0 31 32 18 1 2C 39
Octal 301 142 141 0 61 62 30 1 54 71
Binary 11000001 1100010 1100001 0 110001 110010 11000 1 101100 111001

Color Harmonies of #C16261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16261

Black with #C16261

Text Example


Text Example

White with #C16261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16261; }

 p { color: rgb(193,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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