Html Css Color HEX #C76260 Indian Red

📋 copy color: '#C76260'

red 199 ◦ green 98 ◦ blue 96

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

Shades of Indian Red #C76260

Tints of Indian Red #C76260

RGB

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

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

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

R = 50.64%
G = 24.94%
B = 24.43%

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

#C76260 (or 0xC76260) is known color: Indian Red. HEX triplet: C7, 62 and 60. RGB value is (199,98,96). Sum of RGB (Red+Green+Blue) = 199+98+96=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C76260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76260 is #389D9F. Grayscale: #808080. Windows color (decimal): -3710368 or 6316743. OLE color: 6316743.

HSL color Cylindrical-coordinate representation of color #C76260: hue angle of 1.17º 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 #C76260 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 98 96 -
CMYK 0 0.51 0.52 0.22
HSL 1.17º 0.48% 0.58% -
HSV(B) 1.17º 0.52% 0.78% -
XYZ 30.03 21.72 13.68 -
YUV 127.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 199 98 96 0 0.51 0.52 0.22 1.17 0.48 0.58
Hex C7 62 60 0 33 34 16 1 30 3A
Octal 307 142 140 0 63 64 26 1 60 72
Binary 11000111 1100010 1100000 0 110011 110100 10110 1 110000 111010

Color Harmonies of #C76260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76260

Black with #C76260

Text Example


Text Example

White with #C76260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76260; }

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

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

background-color css

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

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

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

border-color css

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

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

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