Html Css Color HEX #C76160 Indian Red

📋 copy color: '#C76160'

red 199 ◦ green 97 ◦ blue 96

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

Shades of Indian Red #C76160

Tints of Indian Red #C76160

RGB

 RED value IS 199 (78.13% from 255) = 50.77%

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 50.77%
G = 24.74%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C76160 (or 0xC76160) is known color: Indian Red. HEX triplet: C7, 61 and 60. RGB value is (199,97,96). Sum of RGB (Red+Green+Blue) = 199+97+96=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C76160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76160 is #389E9F. Grayscale: #7F7F7F. Windows color (decimal): -3710624 or 6316487. OLE color: 6316487.

HSL color Cylindrical-coordinate representation of color #C76160: hue angle of 0.58º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76160 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 96 -
CMYK 0 0.51 0.52 0.22
HSL 0.58º 0.48% 0.58% -
HSV(B) 0.58º 0.52% 0.78% -
XYZ 29.94 21.54 13.65 -
YUV 127.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 199 97 96 0 0.51 0.52 0.22 0.58 0.48 0.58
Hex C7 61 60 0 33 34 16 1 30 3A
Octal 307 141 140 0 63 64 26 1 60 72
Binary 11000111 1100001 1100000 0 110011 110100 10110 1 110000 111010

Color Harmonies of #C76160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76160

Black with #C76160

Text Example


Text Example

White with #C76160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76160; }

 p { color: rgb(199,97,96); }

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

background-color css

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

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

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

border-color css

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

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

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