Html Css Color HEX #C7615D Indian Red

📋 copy color: '#C7615D'

red 199 ◦ green 97 ◦ blue 93

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

Shades of Indian Red #C7615D

Tints of Indian Red #C7615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 51.16%
G = 24.94%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7615D (or 0xC7615D) is known color: Indian Red. HEX triplet: C7, 61 and 5D. RGB value is (199,97,93). Sum of RGB (Red+Green+Blue) = 199+97+93=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7615D is #389EA2. Grayscale: #7F7F7F. Windows color (decimal): -3710627 or 6119879. OLE color: 6119879.

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

Color convert

RGB 199 97 93 -
CMYK 0 0.51 0.53 0.22
HSL 2.26º 0.49% 0.57% -
HSV(B) 2.26º 0.53% 0.78% -
XYZ 29.8 21.48 12.93 -
YUV 127.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 199 97 93 0 0.51 0.53 0.22 2.26 0.49 0.57
Hex C7 61 5D 0 33 35 16 2 31 39
Octal 307 141 135 0 63 65 26 2 61 71
Binary 11000111 1100001 1011101 0 110011 110101 10110 10 110001 111001

Color Harmonies of #C7615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7615D

Black with #C7615D

Text Example


Text Example

White with #C7615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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