Html Css Color HEX #C6615E Indian Red

📋 copy color: '#C6615E'

red 198 ◦ green 97 ◦ blue 94

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

Shades of Indian Red #C6615E

Tints of Indian Red #C6615E

RGB

 RED value IS 198 (77.73% from 255) = 50.9%

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

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 50.9%
G = 24.94%
B = 24.16%

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

#C6615E (or 0xC6615E) is known color: Indian Red. HEX triplet: C6, 61 and 5E. RGB value is (198,97,94). Sum of RGB (Red+Green+Blue) = 198+97+94=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6615E is #399EA1. Grayscale: #7E7E7E. Windows color (decimal): -3776162 or 6185414. OLE color: 6185414.

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

Color convert

RGB 198 97 94 -
CMYK 0 0.51 0.53 0.22
HSL 1.73º 0.48% 0.57% -
HSV(B) 1.73º 0.53% 0.78% -
XYZ 29.58 21.36 13.15 -
YUV 126.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 198 97 94 0 0.51 0.53 0.22 1.73 0.48 0.57
Hex C6 61 5E 0 33 35 16 2 30 39
Octal 306 141 136 0 63 65 26 2 60 71
Binary 11000110 1100001 1011110 0 110011 110101 10110 10 110000 111001

Color Harmonies of #C6615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6615E

Black with #C6615E

Text Example


Text Example

White with #C6615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6615E; }

 p { color: rgb(198,97,94); }

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

background-color css

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

 a { background-color: rgb(198,97,94); }

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

border-color css

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

 span { border-color: rgb(198,97,94); }

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