Html Css Color HEX #C76360 Indian Red

📋 copy color: '#C76360'

red 199 ◦ green 99 ◦ blue 96

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

Shades of Indian Red #C76360

Tints of Indian Red #C76360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 50.51%
G = 25.13%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C76360 (or 0xC76360) is known color: Indian Red. HEX triplet: C7, 63 and 60. RGB value is (199,99,96). Sum of RGB (Red+Green+Blue) = 199+99+96=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C76360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76360 is #389C9F. Grayscale: #808080. Windows color (decimal): -3710112 or 6316999. OLE color: 6316999.

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

Color convert

RGB 199 99 96 -
CMYK 0 0.50 0.52 0.22
HSL 1.75º 0.48% 0.58% -
HSV(B) 1.75º 0.52% 0.78% -
XYZ 30.13 21.91 13.71 -
YUV 128.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 199 99 96 0 0.50 0.52 0.22 1.75 0.48 0.58
Hex C7 63 60 0 32 34 16 2 30 3A
Octal 307 143 140 0 62 64 26 2 60 72
Binary 11000111 1100011 1100000 0 110010 110100 10110 10 110000 111010

Color Harmonies of #C76360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76360

Black with #C76360

Text Example


Text Example

White with #C76360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76360; }

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

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

background-color css

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

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

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

border-color css

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

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

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