Html Css Color HEX #C46260 Indian Red

📋 copy color: '#C46260'

red 196 ◦ green 98 ◦ blue 96

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

Shades of Indian Red #C46260

Tints of Indian Red #C46260

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

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

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

R = 50.26%
G = 25.13%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C46260 (or 0xC46260) is known color: Indian Red. HEX triplet: C4, 62 and 60. RGB value is (196,98,96). Sum of RGB (Red+Green+Blue) = 196+98+96=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C46260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46260 is #3B9D9F. Grayscale: #7F7F7F. Windows color (decimal): -3906976 or 6316740. OLE color: 6316740.

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

Color convert

RGB 196 98 96 -
CMYK 0 0.5 0.51 0.23
HSL 1.2º 0.46% 0.57% -
HSV(B) 1.2º 0.51% 0.77% -
XYZ 29.24 21.32 13.64 -
YUV 127.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 196 98 96 0 0.5 0.51 0.23 1.2 0.46 0.57
Hex C4 62 60 0 32 33 17 1 2E 39
Octal 304 142 140 0 62 63 27 1 56 71
Binary 11000100 1100010 1100000 0 110010 110011 10111 1 101110 111001

Color Harmonies of #C46260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46260

Black with #C46260

Text Example


Text Example

White with #C46260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46260; }

 p { color: rgb(196,98,96); }

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

background-color css

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

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

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

border-color css

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

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

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