Html Css Color HEX #C5615F Indian Red

📋 copy color: '#C5615F'

red 197 ◦ green 97 ◦ blue 95

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

Shades of Indian Red #C5615F

Tints of Indian Red #C5615F

RGB

 RED value IS 197 (77.34% from 255) = 50.64%

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

 BLUE value IS 95 (37.5% from 255) = 24.42%

R = 50.64%
G = 24.94%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5615F (or 0xC5615F) is known color: Indian Red. HEX triplet: C5, 61 and 5F. RGB value is (197,97,95). Sum of RGB (Red+Green+Blue) = 197+97+95=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5615F is #3A9EA0. Grayscale: #7E7E7E. Windows color (decimal): -3841697 or 6250949. OLE color: 6250949.

HSL color Cylindrical-coordinate representation of color #C5615F: hue angle of 1.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5615F is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 95 -
CMYK 0 0.51 0.52 0.23
HSL 1.18º 0.47% 0.57% -
HSV(B) 1.18º 0.52% 0.77% -
XYZ 29.37 21.25 13.38 -
YUV 126.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 197 97 95 0 0.51 0.52 0.23 1.18 0.47 0.57
Hex C5 61 5F 0 33 34 17 1 2F 39
Octal 305 141 137 0 63 64 27 1 57 71
Binary 11000101 1100001 1011111 0 110011 110100 10111 1 101111 111001

Color Harmonies of #C5615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5615F

Black with #C5615F

Text Example


Text Example

White with #C5615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5615F; }

 p { color: rgb(197,97,95); }

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

background-color css

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

 a { background-color: rgb(197,97,95); }

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

border-color css

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

 span { border-color: rgb(197,97,95); }

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