Html Css Color HEX #C76461 Indian Red

📋 copy color: '#C76461'

red 199 ◦ green 100 ◦ blue 97

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

Shades of Indian Red #C76461

Tints of Indian Red #C76461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

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

R = 50.25%
G = 25.25%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C76461 (or 0xC76461) is known color: Indian Red. HEX triplet: C7, 64 and 61. RGB value is (199,100,97). Sum of RGB (Red+Green+Blue) = 199+100+97=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C76461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76461 is #389B9E. Grayscale: #818181. Windows color (decimal): -3709855 or 6382791. OLE color: 6382791.

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

Color convert

RGB 199 100 97 -
CMYK 0 0.50 0.51 0.22
HSL 1.76º 0.48% 0.58% -
HSV(B) 1.76º 0.51% 0.78% -
XYZ 30.27 22.12 13.98 -
YUV 129.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 199 100 97 0 0.50 0.51 0.22 1.76 0.48 0.58
Hex C7 64 61 0 32 33 16 2 30 3A
Octal 307 144 141 0 62 63 26 2 60 72
Binary 11000111 1100100 1100001 0 110010 110011 10110 10 110000 111010

Color Harmonies of #C76461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76461

Black with #C76461

Text Example


Text Example

White with #C76461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76461; }

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

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

background-color css

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

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

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

border-color css

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

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

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